class RandomMessage : UdpMessage
(source)
<init> |
RandomMessage(authTag: Bytes = UdpMessage.authTag(), data: Bytes = randomData()) |
authTag |
val authTag: Bytes |
data |
val data: Bytes |
encode |
fun encode(): Bytes |
getMessageType |
fun getMessageType(): Bytes |
create |
fun create(authTag: Bytes, content: Bytes = randomData()): RandomMessage |
randomData |
fun randomData(): Bytes |