DirectUDPSocketOpenedParameter

@Serializable
data class DirectUDPSocketOpenedParameter(val identifier: String, val localAddr: String, val localPort: Int, val timestamp: Double, val remoteAddr: String? = null, val remotePort: Int? = null)

Fired when direct_socket.UDPSocket connection is opened.

Constructors

Link copied to clipboard
constructor(identifier: String, localAddr: String, localPort: Int, timestamp: Double, remoteAddr: String? = null, remotePort: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
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

Expected to be unsigned integer.

Link copied to clipboard