public sealed class GattCharacteristic
Public NotInheritable Class GattCharacteristic
public ref class GattCharacteristic sealed
[<SealedAttribute>]
type GattCharacteristic = class end
Properties | The properties of this characteristic. |
Service | The GATT service this characteristic belongs to. |
UserDescription | Get the user friendly description for this GattCharacteristic, if the User Description Descriptor is present, otherwise this will be an empty string. |
Uuid | The UUID of the characteristic. |
Value | The currently cached characteristic value. This value gets updated when the value of the characteristic is read or updated via a notification or indication. |
Equals | (Inherited from Object) |
GetDescriptorAsync | |
GetDescriptorsAsync | |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
ReadValueAsync | |
StartNotificationsAsync | |
StopNotificationsAsync | |
ToString | (Inherited from Object) |
WriteValueWithoutResponseAsync | |
WriteValueWithResponseAsync | Performs a Characteristic Value write to a Bluetooth LE device. |