Android.Bluetooth.BluetoothGattCharacteristic Class
Represents a Bluetooth GATT Characteristic

See Also: BluetoothGattCharacteristic Members

Syntax

[Android.Runtime.Register("android/bluetooth/BluetoothGattCharacteristic", DoNotGenerateAcw=true)]
public class BluetoothGattCharacteristic : Java.Lang.Object

Remarks

Represents a Bluetooth GATT Characteristic

A GATT characteristic is a basic data element used to construct a GATT service, Android.Bluetooth.BluetoothGattService. The characteristic contains a value as well as additional information and optional GATT descriptors, Android.Bluetooth.BluetoothGattDescriptor.

[Android Documentation]

Requirements

Namespace: Android.Bluetooth
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18