DirectUDPSocketChunkReceived

@Serializable
data class DirectUDPSocketChunkReceived(val identifier: RequestId, val message: DirectUDPMessage, val timestamp: MonotonicTime) : NetworkEvent

Fired when message is received from udp direct socket stream.

Official doc

Constructors

Link copied to clipboard
constructor(identifier: RequestId, message: DirectUDPMessage, timestamp: MonotonicTime)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)