Class DataUnitAPDU

Object
   |
   +--DataUnitAPDU

class DataUnitAPDU


Adapter class to decode APDUs for data unit handling
Defined in apdu.js


Field Summary
 Object apdu
          
 Object data
          
 Object offset
          
 Object sfi
          
 
Constructor Summary
DataUnitAPDU(<APDU> apdu)
            Create an adapter to decode a APDU for data unit handling
 
Method Summary
 ByteString getCData()
           Get the command data
 ByteString getFID()
           Gets the file identifier, if one defined
 Number getOffset()
           Gets the offset
 Number getSFI()
           Gets the short file identifier, if one defined
 boolean hasCData()
           Returns true if command data in contained in the APDU
<static> void test()
           Simple Unit Test

Field Detail

apdu

Object apdu

data

Object data

offset

Object offset

sfi

Object sfi

Constructor Detail

DataUnitAPDU

DataUnitAPDU(<APDU> apdu)

Method Detail

getCData

ByteString getCData()

getFID

ByteString getFID()

getOffset

Number getOffset()

getSFI

Number getSFI()

hasCData

boolean hasCData()

test

<static> void test()


Documentation generated by JSDoc on Tue Sep 3 22:29:41 2013