#include <mobile_usim.h>
Data Fields | |
| unsigned char * | bufP |
| Buffer to be filled in with requested file body bytes. | |
| size_t | bufSize |
| Buffer size in bytes. | |
| unsigned short | fileSize |
| EF size. | |
| unsigned char | fileStruct |
| EF structure (transparent, linear fixed or cyclic). | |
| unsigned char | mode |
| Access mode (see EF access mode). | |
| unsigned short | partOffset |
| Offset of requested file body part. | |
| unsigned short | partSize |
| Size of requested file body part. | |
| unsigned char | pathCount |
| File identifiers count in iPathP. | |
| unsigned short * | pathP |
| unsigned char | recId |
| Identifier of the record to be read. Range 1..254. | |
| unsigned char | recSize |
| Size of a record, in bytes. 0 if the file is not a Linear Fixed or a Cyclic EF. | |
|
|
Buffer to be filled in with requested file body bytes.
|
|
|
Buffer size in bytes.
|
|
|
EF size.
|
|
|
EF structure (transparent, linear fixed or cyclic).
|
|
|
Access mode (see EF access mode).
|
|
|
Offset of requested file body part.
|
|
|
Size of requested file body part.
|
|
|
File identifiers count in iPathP.
|
|
|
Absolute path of the file to read in the SIM. Example: { 0x3F00, 0x7F20, 0x6F21 } Consists of file identifiers from the Master File to the Elementary File to be accessed |
|
|
Identifier of the record to be read. Range 1..254.
|
|
|
Size of a record, in bytes. 0 if the file is not a Linear Fixed or a Cyclic EF.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.