Table of Contents

Enum GattWriteOption

Namespace
nanoFramework.Device.Bluetooth.GenericAttributeProfile
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.