[][src]Module async_coap::null

NULL CoAP backend

This is a CoAP back end that does nothing. It is used primarily for testing.

Structs

NullInboundContext

Concrete instance of LocalEndpoint::InboundContext for NullLocalEndpoint.

NullLocalEndpoint

A dummy endpoint implementation that doesn't do anything. Useful for testing.

NullRemoteEndpoint

Concrete instance of LocalEndpoint::RemoteEndpoint for NullLocalEndpoint.

NullRespondableInboundContext

Concrete instance of LocalEndpoint::RespondableInboundContext for NullLocalEndpoint.