iotile-device
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
BLEChannel
notify
subscribe
write
Hierarchy
BLEChannel
Index
Properties
notify
subscribe
write
Properties
notify
notify
:
function
Type declaration
(
event
:
AdapterEvent
, value
:
any
)
:
void
Parameters
event:
AdapterEvent
value:
any
Returns
void
subscribe
subscribe
:
function
Type declaration
(
char
:
IOTileCharacteristic
, callback
:
NotificationCallback
)
:
Promise
<
function
>
Parameters
char:
IOTileCharacteristic
callback:
NotificationCallback
Returns
Promise
<
function
>
write
write
:
function
Type declaration
(
char
:
IOTileCharacteristic
, value
:
ArrayBuffer
)
:
Promise
<
void
>
Parameters
char:
IOTileCharacteristic
value:
ArrayBuffer
Returns
Promise
<
void
>
Generated using
TypeDoc