data class DtlsSocketNetifGattlink : StackConfig
Stack with Gattlink, a Network Interface, a UDP socket and DTLS |
|
object GattlinkStackConfig : StackConfig
Stack with only a Gattlink element. |
|
data class SocketNetifGattlink : StackConfig
Stack with Gattlink, a Network Interface, and a UDP socket |
|
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. |
|
sealed class StackConfig : Serializable
Configuration in which GG stack should be created |
|
sealed class StackEvent |
|
interface StackService : Attachable, Detachable, Closeable
Service that communicates with top of the stack |
const val GATT_HEADER_SIZE: Int |
fun StackConfig.isLwipBased(): Boolean
true is configured with a Network Interface, false otherwise (default is true) |