NabtoDeviceCoapMethod()

DESCRIPTION

Represents the CoAP method for requests and responses

DECLARATION

typedef enum {
    NABTO_DEVICE_COAP_GET,
    NABTO_DEVICE_COAP_POST,
    NABTO_DEVICE_COAP_PUT,
    NABTO_DEVICE_COAP_DELETE
} NabtoDeviceCoapMethod