public class SimpleNodeIdent extends Object
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
bytes |
(package private) NodeID |
dest |
(package private) static int |
MAX_REPLY_LENGTH |
(package private) int |
next |
(package private) NodeID |
source |
(package private) static Charset |
UTF8 |
Constructor and Description |
---|
SimpleNodeIdent(NodeID source,
NodeID dest) |
SimpleNodeIdent(SimpleNodeIdentInfoReplyMessage msg) |
Modifier and Type | Method and Description |
---|---|
void |
addMsg(SimpleNodeIdentInfoReplyMessage msg) |
boolean |
contentComplete()
Check whether enough messages have arrived to
completely fill content.
|
String |
getHardwareVersion() |
String |
getMfgName() |
String |
getModelName() |
String |
getSoftwareVersion() |
String |
getUserDesc() |
String |
getUserName() |
(package private) void |
start(Connection connection) |
NodeID source
NodeID dest
static final Charset UTF8
static final int MAX_REPLY_LENGTH
byte[] bytes
int next
public SimpleNodeIdent(SimpleNodeIdentInfoReplyMessage msg)
void start(Connection connection)
public void addMsg(SimpleNodeIdentInfoReplyMessage msg)
public boolean contentComplete()
public String getMfgName()
public String getModelName()
public String getHardwareVersion()
public String getSoftwareVersion()
public String getUserName()
public String getUserDesc()
Copyright © 2017 The OpenLCB Group. All rights reserved.