interface DataSinkDataSource : DataSink, DataSource
Created by muyttersprot on 3/7/18.
abstract fun getAsDataSinkPointer(): Long |
|
abstract fun getAsDataSourcePointer(): Long |
class BsdDatagramSocket : NativeReference, DataSinkDataSource, Closeable
Creates a new BSD socket with given configuration data |
|
class CoapEndpoint : NativeReference, StackService, Endpoint, DataSinkDataSource
Coap Client/Server API. |
|
class Stack : NativeReference, DataSinkDataSource, Closeable
A Kotlin representation of a Golden Gate stack. The data sink and data source exposed through getAsDataSinkPointer and getAsDataSourcePointer are the data sink/source on the "top" of the stack. |