Class GattValueChangedEventArgs
- Assembly
- nanoFramework.Device.Bluetooth.dll
Represents the arguments received by a GattCharacteristic.ValueChanged event handler used to process characteristic value change notification and indication events sent by a Bluetooth LE device.
public class GattValueChangedEventArgs
- Inheritance
-
GattValueChangedEventArgs
- Inherited Members
- Extension Methods
Properties
CharacteristicValue
Gets the new Characteristic Value.
public Buffer CharacteristicValue { get; }
Property Value
Timestamp
Gets the time at which the system was notified of the Characteristic Value change.
public DateTime Timestamp { get; }