public interface Timestamp
Modifier and Type | Method and Description |
---|---|
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.
|
LLRPBitList encodeBinary()
org.jdom.Content encodeXML(java.lang.String name, org.jdom.Namespace ns)
name
- of elementns
- Namespace of elementsvoid decodeBinary(LLRPBitList list)
list
- to be decodedvoid decodeXML(org.jdom.Element element) throws InvalidLLRPMessageException
element
- to be decodedInvalidLLRPMessageException
Copyright © 2007 ETH Zurich.