class SingleMessageSender : StackService
StackService for sending single message over attached GG stack
SingleMessageSender()
StackService for sending single message over attached GG stack |
fun attach(dataSinkDataSource: DataSinkDataSource): Unit
Attach the source and sink |
|
fun close(): Unit |
|
fun detach(): Unit |
|
fun send(message: ByteArray): Completable
Send a single message to attached Node. It is required to call attach before calling this method |
open fun setFilterGroup(group: CoapGroupRequestFilterMode, key: NodeKey<String>): Unit
Update the current filter group used by the CoAP request filter. |