GoldenGateBindings / com.fitbit.goldengate.bindings.coap.data / Message

Message

interface Message

This interface represents CoAP message objects.

Properties

options

abstract val options: Options

Coap message options

Inheritors

IncomingMessage

interface IncomingMessage : Message

This interface represents incoming CoAP Message objects.

OutgoingMessage

interface OutgoingMessage : Message

This interface represents outgoing CoAP Message objects.