Datagram

@Serializable
data class Datagram(val data: ByteArray, val addr: String)

Constructors

Link copied to clipboard
constructor(data: ByteArray, addr: String)

Properties

Link copied to clipboard
Link copied to clipboard