_AlpTelCardFile Struct Reference
[SIM Access Service]

#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


Field Documentation

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
 

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

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

Size of a record, in bytes.


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.