_AlpMblUsimCardFile Struct Reference
[USIM Service]

#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.


Field Documentation

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
 

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

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.


The documentation for this struct was generated from the following file:
Generated on Wed Jul 30 07:06:41 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.