GoldenGateBindings / com.fitbit.goldengate.bindings.stack / SocketNetifGattlink

SocketNetifGattlink

data class SocketNetifGattlink : StackConfig

Stack with Gattlink, a Network Interface, and a UDP socket

Constructors

<init>

SocketNetifGattlink(localAddress: Inet4Address = defaultAddress(), localPort: Int = 0, remoteAddress: Inet4Address = defaultAddress(), remotePort: Int = 0)

Stack with Gattlink, a Network Interface, and a UDP socket

Properties

localAddress

val localAddress: Inet4Address

Stack local IP address (use 0.0.0.0 for default)

localPort

val localPort: Int

Local UDP port number

remoteAddress

val remoteAddress: Inet4Address

Stack remote IP address (use 0.0.0.0 for default)

remotePort

val remotePort: Int

Remote UDP port number

Inherited Properties

configDescriptor

val configDescriptor: String

Unique Constant descriptor for a known stack configuration

Extension Functions

isLwipBased

fun StackConfig.isLwipBased(): Boolean

true is configured with a Network Interface, false otherwise (default is true)