Expand description
NULL CoAP backend
This is a CoAP back end that does nothing. It is used primarily for testing.
Structs§
- Null
Inbound Context - Concrete instance of
LocalEndpoint::InboundContext
forNullLocalEndpoint
. - Null
Local Endpoint - A dummy endpoint implementation that doesn’t do anything. Useful for testing.
- Null
Remote Endpoint - Concrete instance of
LocalEndpoint::RemoteEndpoint
forNullLocalEndpoint
. - Null
Respondable Inbound Context - Concrete instance of
LocalEndpoint::RespondableInboundContext
forNullLocalEndpoint
.