CoapMessagingLayer

Undocumented in source.

Constructors

this
this(CoapClient client)

Constructs a new messaging layer instance associated with the provided client

Members

Functions

begin
void begin()

Starts the messaging layer

close
void close()

Stops the messaging layer

getClient
CoapClient getClient()

Retrieves the client associated with this messaging layer

getEndpointAddress
Address getEndpointAddress()

Retrieves the CoAP endpoint the client is connected to

send
void send(CoapPacket packet)

Transmit the provided packet

Meta