|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fosstrak.hal.impl.impinj.comm.FrameParameters
public class FrameParameters
This class represents ... of a Mach1 protocol frame.
Copyright: Copyright (c) 2007
Field Summary | |
---|---|
static boolean |
C
|
Constructor Summary | |
---|---|
FrameParameters(byte[] aData,
FrameParametersSpec aSpec)
Constructor. |
Method Summary | |
---|---|
byte[] |
getParameter(int aId)
Get a parameter value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean C
Constructor Detail |
---|
public FrameParameters(byte[] aData, FrameParametersSpec aSpec) throws FrameException
aData
- the data field of the frameaSpec
- the specification of the parameters contained in the data field
FrameException
- if data does not comply to the spec or other error occuresMethod Detail |
---|
public byte[] getParameter(int aId) throws FrameException
aId
- the ID of the parameter
FrameException
- if parameter not available
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |