Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
NetworkStatEVDO Struct Reference

#include <qaGobiApiNas.h>

Data Fields

BYTE State
 
BYTE MACIndex
 
BYTE SectorIDLen
 
WORD * pSectorID
 
WORD RX_PWR
 
WORD PER
 
WORD PilotEnergy
 
BYTE SNR
 

Detailed Description

This structure contains EVDO network status details

Parameters
State
  • EVDO network access state
    • 0x00 - Sleep
    • 0x01 - Searching
    • 0x02 - Idle
    • 0x03 - Active
    • 0xFF - NA
MACIndex
  • HDR Mac index
    • 0xFF - NA
    • Others - Display the actual value in decimal
    • Example: 0x12 - 18
      0x12 = 18
SectorIDLen(IN/OUT)
  • Sector ID length
  • As input specifies length of parameter pSectorID for which memory has been assigned
  • As output specifies the actual length of parameter pSectorID returned by device
pSectorID
  • Sector ID
RX_PWR
  • TX PWR(dBm)
    • 0xABCD - -ABCD dBm
    • ABCD should be transferred to decimal while displaying
    • Example: 0x1234 - -4660dBm
      0x1234 = 4660
    • 0xFFFF - NA
PER
  • HDR Packet Error Rate
    • 0xFFFF - Unknown
    • Others - display the actual value in decimal
    • Example: 0x1234 - -4660dBm
      0x1234 = 4660
PilotEnergy
  • Pilt Energy (dB)
    • 0xFFFF - NA
    • 0xABCD should be transferred to decimal while displaying
    • Example: 0x1234 - -4660dBm
      0x1234 = 4660
SNR
  • Signal to Noise ratio (dB)

The documentation for this struct was generated from the following file: