GattLocalCharacteristicParameters.StaticValue Property

Definition

Gets or sets the static value.

public:
 property IBuffer ^ StaticValue { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer StaticValue();

void StaticValue(IBuffer value);
public IBuffer StaticValue { get; set; }
var iBuffer = gattLocalCharacteristicParameters.staticValue;
gattLocalCharacteristicParameters.staticValue = iBuffer;
Public Property StaticValue As IBuffer

Property Value

The static value.

Windows requirements

App capabilities
bluetooth

Applies to