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
AddDescriptor(BluetoothGattDescriptor)Adds a descriptor to this characteristic. | ||
GetDescriptor(Java.Util.UUID)Returns a descriptor with a given UUID out of the list of descriptors for this characteristic. | ||
GetFloatValue(GattFormat, int)Return the stored value of this characteristic. | ||
GetIntValue(GattFormat, int)Return the stored value of this characteristic. | ||
GetStringValue(int)Return the stored value of this characteristic. | ||
GetValue()Get the stored value for this characteristic. | ||
SetValue(byte[])Updates the locally stored value of this characteristic. | ||
SetValue(string)Set the locally stored value of this characteristic. | ||
SetValue(int, GattFormat, int)Set the locally stored value of this characteristic. | ||
SetValue(int, int, GattFormat, int)Set the locally stored value of this characteristic. |