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 LLRPMessageInvalidLLRPMessageException
public static LLRPMessage createLLRPMessage(byte[] byteArray) throws InvalidLLRPMessageException
byteArray
- byte[] of a LLRPMessageInvalidLLRPMessageException
public static LLRPMessage createLLRPMessage(org.jdom.Document document) throws InvalidLLRPMessageException
InvalidLLRPMessageException
Copyright © 2007 ETH Zurich.