Module types

Source
Expand description

Types required for conversion between libcoap C library abstractions and Rust types.

Structs§

CoapUri
Representation of a URI for CoAP requests, responses or proxy URIs.

Enums§

CoapProtocol
Transport protocols that can be used with libcoap.
CoapUriScheme
Representation for a URI scheme that can be used in CoAP (proxy) requests.

Type Aliases§

CoapMessageId
Identifier for a CoAP message.
IfIndex
Interface index used internally by libcoap to refer to an endpoint.
MaxRetransmit
Value for maximum retransmits.