Method | Description | |
---|---|---|
Characteristic ( Android.Bluetooth.BluetoothGattCharacteristic characteristic, Android.Bluetooth.BluetoothGatt gatt, |
Initializes a new instance of the BluetoothLE.Droid.Characteristic class.
|
|
Read ( ) : void |
Read the characteristic's value
|
|
StartUpdates ( ) : void |
Subscribe to the characteristic
|
|
StopUpdates ( ) : void |
Unsubscribe from the characteristic
|
|
Write ( byte data ) : void |
Write the specified data to the characteristic
|
Method | Description | |
---|---|---|
CharacteristicValueUpdated ( object sender, |
||
SetUpdateValue ( bool enable ) : void |
public Characteristic ( Android.Bluetooth.BluetoothGattCharacteristic characteristic, Android.Bluetooth.BluetoothGatt gatt, |
||
characteristic | Android.Bluetooth.BluetoothGattCharacteristic | Characteristic. |
gatt | Android.Bluetooth.BluetoothGatt | Gatt. |
gattCallback | Gatt callback. | |
return | System |