com.ecebs.rtd.enabler.types.itso
Class IPEInstanceID
java.lang.Object
com.ecebs.rtd.enabler.types.itso.InstanceID
com.ecebs.rtd.enabler.types.itso.IPEInstanceID
- All Implemented Interfaces:
- Serializable
public class IPEInstanceID
- extends InstanceID
- implements Serializable
Represents the Instance ID found at the end of IPE's and VRDG's.
- Author:
- kyleb
- See Also:
- Serialized Form
Constructor Summary |
IPEInstanceID(int offset,
byte[] bytes)
Parses from the provided byte array, starting at the provided offset |
PARSED_LENGTH
public static final int PARSED_LENGTH
- See Also:
- Constant Field Values
IPEInstanceID
public IPEInstanceID(int offset,
byte[] bytes)
throws IndexOutOfBoundsException
- Parses from the provided byte array, starting at the provided offset
- Parameters:
offset
- index to start parsing atbytes
- byte array to parse from
- Throws:
IndexOutOfBoundsException
getISAMSeqNum
public String getISAMSeqNum()
toString
public String toString()
- Overrides:
toString
in class InstanceID
Copyright © 2013 Ecebs Ltd. All Rights Reserved.