GattValueChangedEventArgs
GattValueChangedEventArgs
GattValueChangedEventArgs
GattValueChangedEventArgs
Class
Definition
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 : sealed class GattValueChangedEventArgs : IGattValueChangedEventArgspublic sealed class GattValueChangedEventArgs : IGattValueChangedEventArgsPublic NotInheritable Class GattValueChangedEventArgs Implements IGattValueChangedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
Timestamp Timestamp Timestamp Timestamp
Gets the time at which the system was notified of the Characteristic Value change.
public : DateTime Timestamp { get; }public DateTimeOffset Timestamp { get; }Public ReadOnly Property Timestamp As DateTimeOffset// You can use this property in JavaScript.
- Value
- DateTime DateTimeOffset DateTimeOffset DateTimeOffset
The time at which the system was notified of the Characteristic Value change.