DirectUDPSocketOptions

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

(undocumented in the protocol definition)

Official doc

Constructors

Link copied to clipboard
constructor(remoteAddr: String? = null, remotePort: Int? = null, localAddr: String? = null, localPort: Int? = null, dnsQueryType: DirectSocketDnsQueryType? = null, sendBufferSize: Double? = null, receiveBufferSize: Double? = null, multicastLoopback: Boolean? = null, multicastTimeToLive: Int? = null, multicastAllowAddressSharing: Boolean? = null)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

Unsigned int 16.

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

Unsigned int 8.

Link copied to clipboard

Expected to be unsigned integer.

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

Unsigned int 16.

Link copied to clipboard

Expected to be unsigned integer.