GattValueChangedEventArgs.CharacteristicValue Property

Definition

Gets the new Characteristic Value.

public:
 property IBuffer ^ CharacteristicValue { IBuffer ^ get(); };
IBuffer CharacteristicValue();
public IBuffer CharacteristicValue { get; }
var iBuffer = gattValueChangedEventArgs.characteristicValue;
Public ReadOnly Property CharacteristicValue As IBuffer

Property Value

The new Characteristic Value.

Windows requirements

App capabilities
bluetooth

Applies to