interface OutgoingMessage : Message
This interface represents outgoing CoAP Message objects.
abstract val body: OutgoingBody
Coap message body |
abstract val options: Options
Coap message options |
interface OutgoingRequest : OutgoingMessage, BaseRequest
Represents outgoing request for a request in coap client mode. |
|
interface OutgoingResponse : OutgoingMessage, BaseResponse
Implementations of this interface will be sent back to the CoAP Client in response to requests coming in to a CoAP Server |