interface Attachable
A Attachable is a source or sink that can be attached to another source or sink. |
|
class Blaster : StackService
Stack service for supporting blasting random packets over attached GG stack. |
|
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 |
|
class SingleMessageSender : StackService
StackService for sending single message over attached GG stack |
|
class TxSink : NativeReference, Closeable
TxSink is a DataSink for bottom on Golden Gate stack and DataSource for top of Native/Android connection Bridge and is used to transmit data packets from GG stack to connected Node |
const val BLASTER_DEFAULT_PACKET_SIZE: Int |
|
const val EXTRA_BLAST_PACKET_SIZE: String |