|
2009-10-01 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectSimpleResponseMessage
org.eclipse.soda.dk.epcglobal.llrp.transport.EpcglobalLlrpMessage
public class EpcglobalLlrpMessage
| Constructor Summary | |
|---|---|
EpcglobalLlrpMessage()
Constructs an instance of this class. |
|
EpcglobalLlrpMessage(byte[] data)
Constructs an instance of this class from the specified data parameter. |
|
EpcglobalLlrpMessage(byte[] data,
int offset,
int length)
Constructs an instance of this class from the specified data, offset and length parameters. |
|
EpcglobalLlrpMessage(byte[] data,
MessageService sentMessage)
Constructs an instance of this class from the specified data and sent message parameters. |
|
EpcglobalLlrpMessage(java.lang.String data)
Constructs an instance of this class from the specified data parameter. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns the string value. |
void |
toString(byte[] bytes,
java.lang.StringBuffer buffer)
To string with the specified bytes and buffer parameters. |
void |
toStringParameter(byte[] bytes,
int offset,
int length,
java.lang.StringBuffer buffer)
To string parameter with the specified bytes, offset, length and buffer parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EpcglobalLlrpMessage()
EpcglobalLlrpMessage(byte[]),
EpcglobalLlrpMessage(byte[],int,int),
EpcglobalLlrpMessage(byte[],MessageService),
EpcglobalLlrpMessage(String)public EpcglobalLlrpMessage(byte[] data)
data - The data (byte[]) parameter.EpcglobalLlrpMessage(),
EpcglobalLlrpMessage(byte[],int,int),
EpcglobalLlrpMessage(byte[],MessageService),
EpcglobalLlrpMessage(String)
public EpcglobalLlrpMessage(byte[] data,
int offset,
int length)
data - The data (byte[]) parameter.offset - The offset (int) parameter.length - The length (int) parameter.EpcglobalLlrpMessage(),
EpcglobalLlrpMessage(byte[]),
EpcglobalLlrpMessage(byte[],MessageService),
EpcglobalLlrpMessage(String)
public EpcglobalLlrpMessage(byte[] data,
MessageService sentMessage)
data - The data (byte[]) parameter.sentMessage - The sent message (MessageService) parameter.EpcglobalLlrpMessage(),
EpcglobalLlrpMessage(byte[]),
EpcglobalLlrpMessage(byte[],int,int),
EpcglobalLlrpMessage(String)public EpcglobalLlrpMessage(java.lang.String data)
data - The data (String) parameter.EpcglobalLlrpMessage(),
EpcglobalLlrpMessage(byte[]),
EpcglobalLlrpMessage(byte[],int,int),
EpcglobalLlrpMessage(byte[],MessageService)| Method Detail |
|---|
public java.lang.String toString()
String) value.toString(byte[],StringBuffer)
public void toString(byte[] bytes,
java.lang.StringBuffer buffer)
bytes - The bytes (byte[]) parameter.buffer - The buffer (StringBuffer) parameter.toString()
public void toStringParameter(byte[] bytes,
int offset,
int length,
java.lang.StringBuffer buffer)
bytes - The bytes (byte[]) parameter.offset - The offset (int) parameter.length - The length (int) parameter.buffer - The buffer (StringBuffer) parameter.
|
2009-10-01 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||