Methods Summary |
---|
int | readBodyWireFormat(byte[] src, int srcIndex)
return 0;
|
int | readRDataWireFormat(byte[] src, int srcIndex)
return 0;
|
public java.lang.String | toString()
return new String( "NodeStatusRequest[" +
super.toString() + "]" );
|
int | writeBodyWireFormat(byte[] dst, int dstIndex)
int tmp = questionName.hexCode;
questionName.hexCode = 0x00; // type has to be 0x00 for node status
int result = writeQuestionSectionWireFormat( dst, dstIndex );
questionName.hexCode = tmp;
return result;
|
int | writeRDataWireFormat(byte[] dst, int dstIndex)
return 0;
|