interface StackService : Attachable, Detachable, Closeable
Service that communicates with top of the stack
interface Provider |
open fun setFilterGroup(group: CoapGroupRequestFilterMode, key: NodeKey<String>): Unit
Update the current filter group used by the CoAP request filter. |
abstract fun attach(dataSinkDataSource: DataSinkDataSource): Unit
Attach the source and sink |
|
abstract fun detach(): Unit |
class BlastService : StackService
Service to automate sending and receiving packets, this service can be exposed via remote api |
|
class Blaster : StackService
Stack service for supporting blasting random packets over attached GG stack. |
|
class CoapEndpoint : NativeReference, StackService, Endpoint, DataSinkDataSource
Coap Client/Server API. |
|
class CoapServices : StackService |
|
class SingleMessageSender : StackService
StackService for sending single message over attached GG stack |