GattLocalCharacteristic.StaticValue Property

Definition

Gets the static value for this local GATT characteristic.

public:
 property IBuffer ^ StaticValue { IBuffer ^ get(); };
IBuffer StaticValue();
public IBuffer StaticValue { get; }
var iBuffer = gattLocalCharacteristic.staticValue;
Public ReadOnly Property StaticValue As IBuffer

Property Value

The static value for this local GATT characteristic.

Windows requirements

App capabilities
bluetooth

Applies to