class RxSource : NativeReference, Closeable
RxSource is a DataSource for bottom on Golden Gate stack and DataSink for top of Native/Android connection Bridge and is used to receive data packets to GG stack from connected Node
RxSource()
RxSource is a DataSource for bottom on Golden Gate stack and DataSink for top of Native/Android connection Bridge and is used to receive data packets to GG stack from connected Node |
val thisPointer: Long
Pointer to native jni reference for this object |
fun close(): Unit |
|
fun receiveData(data: ByteArray): Completable
Receive data from connected Node |