class PingMessage : UdpMessage
(source)
<init> |
PingMessage(requestId: Bytes = UdpMessage.requestId(), enrSeq: Long = 0) |
enrSeq |
val enrSeq: Long |
requestId |
val requestId: Bytes |
encode |
fun encode(): Bytes |
getMessageType |
fun getMessageType(): Bytes |
create |
fun create(content: Bytes): PingMessage |