DirectUDPMessage

@Serializable
data class DirectUDPMessage(val data: String, val remoteAddr: String? = null, val remotePort: Int? = null)

Constructors

Link copied to clipboard
constructor(data: String, remoteAddr: String? = null, remotePort: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val remoteAddr: String? = null

Null for connected mode.

Link copied to clipboard
val remotePort: Int? = null

Null for connected mode. Expected to be unsigned integer.