DirectUDPSocketOpened

@Serializable
data class DirectUDPSocketOpened(val identifier: RequestId, val localAddr: String, val localPort: Int, val timestamp: MonotonicTime, val remoteAddr: String? = null, val remotePort: Int? = null) : NetworkEvent

Fired when direct_socket.UDPSocket connection is opened.

Official doc

Constructors

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

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

Expected to be unsigned integer.

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

Expected to be unsigned integer.

Link copied to clipboard

(undocumented in the protocol definition)