C# Class SensorShare.Compact.Bluetooth.BtStack

Afficher le fichier Open project: MarkPaxton/SensorShare3

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Connect() public méthode

public Connect ( ) : eBTRC
Résultat eBTRC

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

GetActiveConnections() public méthode

public GetActiveConnections ( ) : ArrayList
Résultat System.Collections.ArrayList

GetBtAddress() public méthode

public GetBtAddress ( ) : byte[]
Résultat byte[]

GetGeneralSecurityOptions() public méthode

public GetGeneralSecurityOptions ( ) : GenSecOptions
Résultat GenSecOptions

GetSvcSecurityOptions() public méthode

public GetSvcSecurityOptions ( eBTSVC eSvc ) : SvcSecOptions
eSvc eBTSVC
Résultat SvcSecOptions

GetVersion() public méthode

public GetVersion ( ) : string
Résultat string

IsRadioOn() public méthode

public IsRadioOn ( ) : bool
Résultat bool

RadioOff() public méthode

public RadioOff ( ) : eBTRC
Résultat eBTRC

RadioOn() public méthode

public RadioOn ( ) : eBTRC
Résultat eBTRC

RegisterForRecvFileEvent() public méthode

public RegisterForRecvFileEvent ( ) : eBTRC
Résultat eBTRC

SetGeneralSecurityOptions() public méthode

public SetGeneralSecurityOptions ( GenSecOptions Opts ) : eBTRC
Opts GenSecOptions
Résultat eBTRC

SetSvcSecurityOptions() public méthode

public SetSvcSecurityOptions ( eBTSVC eSvc, SvcSecOptions Opts ) : eBTRC
eSvc eBTSVC
Opts SvcSecOptions
Résultat eBTRC

StartDeviceSearch() public méthode

public StartDeviceSearch ( ) : eBTRC
Résultat eBTRC

StopDeviceSearch() public méthode

public StopDeviceSearch ( ) : void
Résultat void

UnregisterForRecvFileEvent() public méthode

public UnregisterForRecvFileEvent ( ) : void
Résultat void