GoldenGateBindings / com.fitbit.goldengate.bindings.coap.data / OutgoingMessageBuilder / body

body

abstract fun body(data: Data): OutgoingMessageBuilder<T>

Body of the coap message

Parameters

data - ByteArray containing coap message body

abstract fun body(stream: InputStream): OutgoingMessageBuilder<T>

Body of the coap message

Parameters

stream - stream containing coap message body