Expand description
The Message Module represents a decoded CoAP Message
Modules§
- codes
- Codes (Response and Request) for CoAP Messages
- encoded_
message - Encoded CoAP Message
- options
- CoAP Options
- token
- A CoAP Token to match a late response to the original request.
Structs§
- Message
- A CoAP Message. Use this as a builder structure and then encode the message
Enums§
- Error
- Combined error type for message encoding, parsing and checking
- Type
- Message Type as defined in https://www.rfc-editor.org/rfc/rfc7252#page-8
Constants§
- PROTOCOL_
VERSION - Version of the CoAP Protocol this library implements