GattCharacteristicNotificationTrigger.Characteristic Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the GATT characteristic for which value change notifications are desired.
public:
property GattCharacteristic ^ Characteristic { GattCharacteristic ^ get(); };
GattCharacteristic Characteristic();
public GattCharacteristic Characteristic { get; }
var gattCharacteristic = gattCharacteristicNotificationTrigger.characteristic;
Public ReadOnly Property Characteristic As GattCharacteristic
Property Value
The GATT characteristic for which value change notifications are desired.