Android.Bluetooth.BluetoothGattCharacteristic: Method Members

The methods of Android.Bluetooth.BluetoothGattCharacteristic are listed below. For a list of all members, see the BluetoothGattCharacteristic Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

AddDescriptor(BluetoothGattDescriptor) : bool
Adds a descriptor to this characteristic.
GetDescriptor(Java.Util.UUID) : BluetoothGattDescriptor
Returns a descriptor with a given UUID out of the list of descriptors for this characteristic.
GetFloatValue(GattFormat, int) : Java.Lang.Float
Return the stored value of this characteristic.
GetIntValue(GattFormat, int) : Java.Lang.Integer
Return the stored value of this characteristic.
GetStringValue(int) : string
Return the stored value of this characteristic.
GetValue() : byte[]
Get the stored value for this characteristic.
SetValue(byte[]) : bool
Updates the locally stored value of this characteristic.
SetValue(string) : bool
Set the locally stored value of this characteristic.
SetValue(int, GattFormat, int) : bool
Set the locally stored value of this characteristic.
SetValue(int, int, GattFormat, int) : bool
Set the locally stored value of this characteristic.