GattLocalDescriptorParameters.StaticValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = gattLocalDescriptorParameters.staticValue;
gattLocalDescriptorParameters.staticValue = iBuffer;
Public Property StaticValue As IBuffer
Property Value
The static value.
Windows requirements
App capabilities |
bluetooth
|