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, val multicastLoopback: Boolean? = null, val multicastTimeToLive: Int? = null, val multicastAllowAddressSharing: Boolean? = 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, multicastLoopback: Boolean? = null, multicastTimeToLive: Int? = null, multicastAllowAddressSharing: Boolean? = 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
Link copied to clipboard
Link copied to clipboard

Unsigned int 8.

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.