class WhoAreYouMessage : UdpMessage
(source)
WhoAreYouMessage(authTag: Bytes = authTag(), idNonce: Bytes = idNonce(), enrSeq: Long = 0) |
val authTag: Bytes |
|
val enrSeq: Long |
|
val idNonce: Bytes |
fun encode(): Bytes |
|
fun getMessageType(): Bytes |
fun create(content: Bytes): WhoAreYouMessage |