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

BaseResponse

interface BaseResponse

Holds common data for IncomingResponse and OutgoingResponse

Properties

responseCode

abstract val responseCode: ResponseCode

CoAP response code

Inheritors

IncomingResponse

interface IncomingResponse : IncomingMessage, BaseResponse

Incoming coap response message.

OutgoingResponse

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