|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--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 |
Object apdu
Object data
Object offset
Object sfi
Constructor Detail |
DataUnitAPDU(<APDU> apdu)
apdu
- the APDU to decode
Method Detail |
ByteString getCData()
ByteString getFID()
Number getOffset()
Number getSFI()
boolean hasCData()
<static> void test()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |