public class LLRPMessageFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
reservedLength |
static int |
versionLength |
| Constructor and Description |
|---|
LLRPMessageFactory() |
| Modifier and Type | Method and Description |
|---|---|
static LLRPMessage |
createLLRPMessage(byte[] byteArray)
Generates a LLRPMessage out of the given Byte Array.
|
static LLRPMessage |
createLLRPMessage(org.jdom.Document document) |
static LLRPMessage |
createLLRPMessage(LLRPBitList bits)
Generates a LLRPMessage out of the given LLRPBitList.
|
public static final int reservedLength
public static final int versionLength
public static LLRPMessage createLLRPMessage(LLRPBitList bits) throws InvalidLLRPMessageException
bits - LLRPBitList of a LLRPMessageInvalidLLRPMessageExceptionpublic static LLRPMessage createLLRPMessage(byte[] byteArray) throws InvalidLLRPMessageException
byteArray - byte[] of a LLRPMessageInvalidLLRPMessageExceptionpublic static LLRPMessage createLLRPMessage(org.jdom.Document document) throws InvalidLLRPMessageException
InvalidLLRPMessageExceptionCopyright © 2007 ETH Zurich.