Method | Description | |
---|---|---|
ConnectPeripheral ( string peripheralID ) : bool | ||
ConnectPeripheralAtIndex ( int peripheralIndex ) : bool | ||
GetData ( ) : byte[] | ||
GetListOfDevices ( ) : string | ||
InitBLEFramework ( ) : void | ||
IsDeviceConnected ( ) : bool | ||
ScanForPeripherals ( ) : void | ||
SearchDevicesDidFinish ( ) : bool | ||
SendData ( byte data ) : void |
Method | Description | |
---|---|---|
_ConnectPeripheral ( string peripheralID ) : bool | ||
_ConnectPeripheralAtIndex ( int peripheralIndex ) : bool | ||
_GetData ( ) : byte[] | ||
_GetListOfDevices ( ) : string | ||
_InitBLEFramework ( ) : void | ||
_IsDeviceConnected ( ) : bool | ||
_ScanForPeripherals ( ) : void | ||
_SearchDevicesDidFinish ( ) : bool | ||
_SendData ( byte buffer ) : void |
public static ConnectPeripheral ( string peripheralID ) : bool | ||
peripheralID | string | |
return | bool |
public static ConnectPeripheralAtIndex ( int peripheralIndex ) : bool | ||
peripheralIndex | int | |
return | bool |
public static SearchDevicesDidFinish ( ) : bool | ||
return | bool |