DirectUDPSocketCreated

@Serializable
data class DirectUDPSocketCreated(val identifier: RequestId, val options: DirectUDPSocketOptions, val timestamp: MonotonicTime, val initiator: Initiator? = null) : NetworkEvent

Fired upon direct_socket.UDPSocket creation.

Official doc

Constructors

Link copied to clipboard
constructor(identifier: RequestId, options: DirectUDPSocketOptions, timestamp: MonotonicTime, initiator: Initiator? = null)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard
val initiator: Initiator? = null

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)