DirectTCPSocketChunkReceivedParameter

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

Fired when data is received from 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