IsIndicatable property
bool
get
IsIndicatable
The characteristic can be updated by the device through Handle Value Indications, and the new value will be returned through the callback function registered via BluetoothGATTRegisterEvent.
Implementation
bool get IsIndicatable => _IsIndicatable != FALSE;
set
IsIndicatable
(bool value)
Implementation
set IsIndicatable(bool value) => _IsIndicatable = value ? TRUE : FALSE;