C# 클래스 SensorShare.Compact.Bluetooth.BtStack

파일 보기 프로젝트 열기: MarkPaxton/SensorShare3

공개 메소드들

메소드 설명
Connect ( ) : eBTRC
Disconnect ( ) : void
GetActiveConnections ( ) : ArrayList
GetBtAddress ( ) : byte[]
GetGeneralSecurityOptions ( ) : GenSecOptions
GetSvcSecurityOptions ( eBTSVC eSvc ) : SvcSecOptions
GetVersion ( ) : string
IsRadioOn ( ) : bool
RadioOff ( ) : eBTRC
RadioOn ( ) : eBTRC
RegisterForRecvFileEvent ( ) : eBTRC
SetGeneralSecurityOptions ( GenSecOptions Opts ) : eBTRC
SetSvcSecurityOptions ( eBTSVC eSvc, SvcSecOptions Opts ) : eBTRC
StartDeviceSearch ( ) : eBTRC
StopDeviceSearch ( ) : void
UnregisterForRecvFileEvent ( ) : void

비공개 메소드들

메소드 설명
BT_ConnectToStack ( IntPtr hWnd ) : eBTRC
BT_DeleteActiveConnections ( IntPtr pList ) : void
BT_DeletePointer ( IntPtr LParam ) : void
BT_DisconnectFromStack ( ) : void
BT_GetActiveConnections ( int &Cnt ) : IntPtr
BT_GetBtAddress ( [ DeviceAddr ) : bool
BT_GetGeneralSecurityOptions ( [ sDevName, [ sFTPRootDir, Int32 &IsDiscoverable, Int32 &IsConnectable ) : void
BT_GetSvcSecurityOptions ( eBTSVC eSvc, Int32 &IsEnabled, Int32 &IsAuthRequired, Int32 &IsPINRequired, Int32 &IsEncryptRequired ) : void
BT_GetVersion ( [ sVersion ) : void
BT_IsRadioOn ( ) : bool
BT_RadioOff ( ) : eBTRC
BT_RadioOn ( ) : eBTRC
BT_RegisterForRecvFileEvent ( ) : eBTRC
BT_SetGeneralSecurityOptions ( string sDevName, string sFTPRootDir, Int32 IsDiscoverable, Int32 IsConnectable ) : eBTRC
BT_SetSvcSecurityOptions ( eBTSVC eSvc, Int32 IsEnabled, Int32 IsAuthRequired, Int32 IsPINRequired, Int32 IsEncryptRequired ) : eBTRC
BT_StartDeviceSearch ( ) : eBTRC
BT_StopDeviceSearch ( ) : void
BT_UnregisterForRecvFileEvent ( ) : void

메소드 상세

Connect() 공개 메소드

public Connect ( ) : eBTRC
리턴 eBTRC

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

GetActiveConnections() 공개 메소드

public GetActiveConnections ( ) : ArrayList
리턴 System.Collections.ArrayList

GetBtAddress() 공개 메소드

public GetBtAddress ( ) : byte[]
리턴 byte[]

GetGeneralSecurityOptions() 공개 메소드

public GetGeneralSecurityOptions ( ) : GenSecOptions
리턴 GenSecOptions

GetSvcSecurityOptions() 공개 메소드

public GetSvcSecurityOptions ( eBTSVC eSvc ) : SvcSecOptions
eSvc eBTSVC
리턴 SvcSecOptions

GetVersion() 공개 메소드

public GetVersion ( ) : string
리턴 string

IsRadioOn() 공개 메소드

public IsRadioOn ( ) : bool
리턴 bool

RadioOff() 공개 메소드

public RadioOff ( ) : eBTRC
리턴 eBTRC

RadioOn() 공개 메소드

public RadioOn ( ) : eBTRC
리턴 eBTRC

RegisterForRecvFileEvent() 공개 메소드

public RegisterForRecvFileEvent ( ) : eBTRC
리턴 eBTRC

SetGeneralSecurityOptions() 공개 메소드

public SetGeneralSecurityOptions ( GenSecOptions Opts ) : eBTRC
Opts GenSecOptions
리턴 eBTRC

SetSvcSecurityOptions() 공개 메소드

public SetSvcSecurityOptions ( eBTSVC eSvc, SvcSecOptions Opts ) : eBTRC
eSvc eBTSVC
Opts SvcSecOptions
리턴 eBTRC

StartDeviceSearch() 공개 메소드

public StartDeviceSearch ( ) : eBTRC
리턴 eBTRC

StopDeviceSearch() 공개 메소드

public StopDeviceSearch ( ) : void
리턴 void

UnregisterForRecvFileEvent() 공개 메소드

public UnregisterForRecvFileEvent ( ) : void
리턴 void