class NodesMessage : UdpMessage
(source)
<init> |
NodesMessage(requestId: Bytes = UdpMessage.requestId(), total: Int, nodeRecords: List<Bytes>) |
nodeRecords |
val nodeRecords: List<Bytes> |
requestId |
val requestId: Bytes |
total |
val total: Int |
encode |
fun encode(): Bytes |
getMessageType |
fun getMessageType(): Bytes |
create |
fun create(content: Bytes): NodesMessage |