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

IncomingResponse

interface IncomingResponse : IncomingMessage, BaseResponse

Incoming coap response message.

Coap client will receive this response object as a result of requesting data from server

Properties

extendedError

abstract val extendedError: ExtendedError?

Extended error information, used when ResponseCode is ResponseCode.Class.clientError or ResponseCode.Class.serverError

Inherited Properties

body

abstract val body: IncomingBody

Coap message body

responseCode

abstract val responseCode: ResponseCode

CoAP response code