#include <telephony_types.h>
Data Fields | |
| uint8_t * | bufP |
| Buffer to be filled in with requested file body bytes. | |
| size_t | bufSize |
| Buffer size in bytes. | |
| size_t | byteCount |
| Amount of applicable bytes in bufP. | |
| uint16_t | fileSize |
| EF size. | |
| uint8_t | fileStruct |
| EF structure (transparent, linear fixed or cyclic). | |
| uint8_t | mode |
| Access mode (see EF access mode). | |
| uint16_t | partOffset |
| Offset of requested file body part. | |
| uint16_t | partSize |
| Size of requested file body part. | |
| uint8_t | pathCount |
| File identifiers count in pathP. | |
| uint16_t * | pathP |
| uint8_t | recId |
| Identifier of the record to be read. Range 1..254. | |
| uint8_t | recSize |
| 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.
|
|
|
Amount of applicable bytes in bufP.
|
|
|
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 pathP.
|
|
|
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.
|
|
|
0 if the file is not a Linear Fixed or a Cyclic EF Size of a record, in bytes. |
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.