Expand description
Various types that are specified and defined in the CoAP standard and its extensions.
Enums§
- Coap
Content Format - Various content formats that can be used for CoAP requests.
- Coap
Match - Representation of a CoAP match expression supplied in the If-Match option, see RFC 7252, Section 5.10.8.1.
- Coap
Message Code - Representation of a CoAP message code. Can be a request code, a response code, or the empty message code.
- Coap
Message Type - CoAP message types as defined in RFC 7252, Section 3 and described in RFC 7252, Section 4.2 and 4.3.
- Coap
Option Type - CoAP option types as defined in RFC 7252, Section 5.10 and later CoAP extensions.
- Coap
Request Code - Representation of a CoAP request/method code.
- Coap
Response Code - Representation of a CoAP response code.