DirectTCPSocketCreated

@Serializable
data class DirectTCPSocketCreated(val identifier: RequestId, val remoteAddr: String, val remotePort: Int, val options: DirectTCPSocketOptions, val timestamp: MonotonicTime, val initiator: Initiator? = null) : NetworkEvent

Fired upon direct_socket.TCPSocket creation.

Official doc

Constructors

Link copied to clipboard
constructor(identifier: RequestId, remoteAddr: String, remotePort: Int, options: DirectTCPSocketOptions, 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)

Link copied to clipboard

Unsigned int 16.

Link copied to clipboard

(undocumented in the protocol definition)