com.ecebs.rtd.enabler.types.itso
Class FileControlInfo

java.lang.Object
  extended by 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
 
Method Summary
 ITSOShell getITSOShell()
           
 int getITSOShellCounter()
           
 ParameterEF getParameterEF()
           
 int getParameterEFCounter()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 from
offset - index to start parsing at
Throws:
IndexOutOfBoundsException
RTDEException
Method Detail

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.