GattReadResult.Value Property

Definition

Gets the value read from the device.

public:
 property IBuffer ^ Value { IBuffer ^ get(); };
IBuffer Value();
public IBuffer Value { get; }
var iBuffer = gattReadResult.value;
Public ReadOnly Property Value As IBuffer

Property Value

The value read from the device.

Windows requirements

App capabilities
bluetooth

Applies to