org.llrp.ltk.generated.interfaces
Interface AirProtocolTagSpec

All Known Implementing Classes:
C1G2TagSpec

public interface AirProtocolTagSpec

interface AirProtocolTagSpec representing choice construct in llrpdef.xml.


Method Summary
 void decodeBinary(LLRPBitList list)
          decode parameter from binary.
 void decodeXML(org.jdom.Element element)
          decode parameter from xml.
 LLRPBitList encodeBinary()
          encode parameter to binary.
 org.jdom.Content encodeXML(java.lang.String name, org.jdom.Namespace ns)
          encode parameter to xml.
 

Method Detail

encodeBinary

LLRPBitList encodeBinary()
encode parameter to binary.

Returns:
LLRPBitList

encodeXML

org.jdom.Content encodeXML(java.lang.String name,
                           org.jdom.Namespace ns)
encode parameter to xml.

Parameters:
name - of element
ns - Namespace of elements
Returns:
JDom Content object

decodeBinary

void decodeBinary(LLRPBitList list)
decode parameter from binary.

Parameters:
list - to be decoded

decodeXML

void decodeXML(org.jdom.Element element)
               throws InvalidLLRPMessageException
decode parameter from xml.

Parameters:
element - to be decoded
Throws:
InvalidLLRPMessageException


Copyright © 2007 ETH Zurich.