com.ecebs.rtd.enabler.types.itso
Class FileControlInfo
java.lang.Object
com.ecebs.rtd.enabler.types.itso.FileControlInfo
- All Implemented Interfaces:
- Serializable
public class FileControlInfo
- extends Object
- implements Serializable
Represents an FCI structure received from a CMD2 card
- Author:
- kyleb
- See Also:
- Serialized Form
Constructor Summary |
FileControlInfo(byte[] fci,
int offset)
Parses from the provided byte array, starting at the provided offset |
FileControlInfo
public FileControlInfo(byte[] fci,
int offset)
throws IndexOutOfBoundsException,
RTDEException
- Parses from the provided byte array, starting at the provided offset
- Parameters:
fci
- byte array to parse fromoffset
- index to start parsing at
- Throws:
IndexOutOfBoundsException
RTDEException
getITSOShell
public ITSOShell getITSOShell()
getParameterEF
public ParameterEF getParameterEF()
getParameterEFCounter
public int getParameterEFCounter()
getITSOShellCounter
public int getITSOShellCounter()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 Ecebs Ltd. All Rights Reserved.