Enum GattWriteOption
- Assembly
- nanoFramework.Device.Bluetooth.dll
Indicates what type of write operation is to be performed.
public enum GattWriteOption
Fields
WriteWithResponse = 0
The default GATT write procedure shall be used.
WriteWithoutResponse = 1
The Write Without Response procedure shall be used.