GattReliableWriteTransaction.WriteValue(GattCharacteristic, IBuffer) Method
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.
Adds a new write operation to the transaction object.
public:
virtual void WriteValue(GattCharacteristic ^ characteristic, IBuffer ^ value) = WriteValue;
void WriteValue(GattCharacteristic const& characteristic, IBuffer const& value);
public void WriteValue(GattCharacteristic characteristic, IBuffer value);
function writeValue(characteristic, value)
Public Sub WriteValue (characteristic As GattCharacteristic, value As IBuffer)
Parameters
- characteristic
- GattCharacteristic
The GattCharacteristic object on which to perform the write operation.
- value
- IBuffer
The Characteristic Value to be written to characteristic.
Windows requirements
App capabilities |
bluetooth
|