|
LinuxSDK
V1.4.0.5
|
#include <SwiApiGsmNetwork.h>
Data Fields | |
| swi_uint32 | sizeStruct |
| swi_uint32 | nNumOfCells |
| struct SWI_STRUCT_RscpEcIoInfo | arCellInfo [MAX_CELLS] |
This object provides Received Signal Code Power (RSCP) and the total Energy per chip per power density (Ec/Io) value of the active set's strongest cells, to a maximum of 6 (WCDMA only). The Ec/Io value will be provided as a U32 representation -dB in half step increments and in order of strongest to weakest cell, which is based on the RSCP.
For example, if the value returned for Ec/Io is 0x0015, Ec/Io = -10.5dB.
These measurements are only valid for UMTS, if the current service is GSM, then the number of cells will be set to 0.
The notifications, if enabled, will be sent to the host application about every 3 seconds only if something changes.
| struct SWI_STRUCT_RscpEcIoInfo SWI_STRUCT_RscpEcIo::arCellInfo[MAX_CELLS] |
Array of cell information.
| swi_uint32 SWI_STRUCT_RscpEcIo::nNumOfCells |
| swi_uint32 SWI_STRUCT_RscpEcIo::sizeStruct |
The size, in bytes, of this structure. Number of cells (max 6).