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