Enum GattCommunicationStatus
- Assembly
- nanoFramework.Device.Bluetooth.dll
Represents the return status of a GATT API related operation.
public enum GattCommunicationStatus
Fields
AccessDenied = 3Access is denied.
ProtocolError = 2There was a GATT communication protocol error.
Success = 0The operation completed successfully.
Unreachable = 1No communication can be performed with the device, at this time.