|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--advancedrelay.laygo.StatusReport
Status report object to be returned by ProtocolService.getStatus().
Encapsulates the status report structure defined in laygodef.h.
Constructor Summary | |
StatusReport(byte[] data,
int size)
Constructs a StatusReport from the data returned by the protocol stack. |
Method Summary | |
int |
length()
Returns the number of block summaries in the status report. |
java.lang.String |
toString()
Returns a string representing the complete report. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public StatusReport(byte[] data, int size)
data
- The data returned by the protocol stack.Method Detail |
public int length()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |