DirectTCPSocketChunkSentParameter

@Serializable
data class DirectTCPSocketChunkSentParameter(val identifier: String, val data: String, val timestamp: Double)

Fired when data is sent to tcp direct socket stream.

Constructors

Link copied to clipboard
constructor(identifier: String, data: String, timestamp: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard