DirectUDPSocketOptions

@Serializable
data class DirectUDPSocketOptions(val remoteAddr: String? = null, val remotePort: Int? = null, val localAddr: String? = null, val localPort: Int? = null, val dnsQueryType: Network.DirectSocketDnsQueryType? = null, val sendBufferSize: Double? = null, val receiveBufferSize: Double? = null)

Constructors

Link copied to clipboard
constructor(remoteAddr: String? = null, remotePort: Int? = null, localAddr: String? = null, localPort: Int? = null, dnsQueryType: Network.DirectSocketDnsQueryType? = null, sendBufferSize: Double? = null, receiveBufferSize: Double? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val localAddr: String? = null
Link copied to clipboard
val localPort: Int? = null

Unsigned int 16.

Link copied to clipboard

Expected to be unsigned integer.

Link copied to clipboard
val remoteAddr: String? = null
Link copied to clipboard
val remotePort: Int? = null

Unsigned int 16.

Link copied to clipboard
val sendBufferSize: Double? = null

Expected to be unsigned integer.