Mistake on this page? Email us
coap_response.h File Reference

CoAP response code values. More...

Go to the source code of this file.

Enumerations

enum  coap_response_code_e {
  COAP_RESPONSE_CREATED = 65, COAP_RESPONSE_DELETED = 66, COAP_RESPONSE_VALID = 67, COAP_RESPONSE_CHANGED = 68,
  COAP_RESPONSE_CONTENT = 69, COAP_RESPONSE_CONTINUE = 95, COAP_RESPONSE_BAD_REQUEST = 128, COAP_RESPONSE_UNAUTHORIZED = 129,
  COAP_RESPONSE_BAD_OPTION = 130, COAP_RESPONSE_FORBIDDEN = 131, COAP_RESPONSE_NOT_FOUND = 132, COAP_RESPONSE_METHOD_NOT_ALLOWED = 133,
  COAP_RESPONSE_NOT_ACCEPTABLE = 134, COAP_RESPONSE_REQUEST_ENTITY_INCOMPLETE = 136, COAP_RESPONSE_PRECONDITION_FAILED = 140, COAP_RESPONSE_REQUEST_ENTITY_TOO_LARGE = 141,
  COAP_RESPONSE_UNSUPPORTED_CONTENT_FORMAT = 143, COAP_RESPONSE_INTERNAL_SERVER_ERROR = 160, COAP_RESPONSE_NOT_IMPLEMENTED = 161, COAP_RESPONSE_BAD_GATEWAY = 162,
  COAP_RESPONSE_SERVICE_UNAVAILABLE = 163, COAP_RESPONSE_GATEWAY_TIMEOUT = 164, COAP_RESPONSE_PROXYING_NOT_SUPPORTED = 165
}
 

Detailed Description

CoAP response code values.

Enumeration Type Documentation