Class LinearEF
Object
|
+--FSNode
|
+--LinearEF
- class
LinearEF
- extends FSNode
Class implementing linear EFs
Defined in filesystem.js
|
Constructor Summary |
LinearEF(fcp, <ByteString[]> records)
Creates a LinearEF
|
|
Method Summary |
ByteString
|
readRecord(<APDU> apdu, <Number> recno, <Number> qualifier, <Number> length)
Reads a record from a linear EF
|
records
Object records
LinearEF
LinearEF(fcp, <ByteString[]> records)
Parameters:
records - the array of records
the - file control parameter
readRecord
ByteString readRecord(<APDU> apdu, <Number> recno, <Number> qualifier, <Number> length)
Reads a record from a linear EF
Parameters:
apdu - the APDU used for reading
recno - the record number
qualifier - the qualifier as encoded in bit b3 - b1 of P1
length - the length in bytes or 0 for all in short APDU or 65536 for all in extended APDUs
Documentation generated by
JSDoc on Tue Sep 3 22:29:41 2013