Gammu internals  1.38.0
GSM_NetworkInfo Struct Reference

#include <gammu-info.h>

Data Fields

char CID [10]
 
char NetworkCode [10]
 
GSM_NetworkInfo_State State
 
char LAC [10]
 
unsigned char NetworkName [15 *2]
 
GSM_GPRS_State GPRS
 
char PacketCID [10]
 
GSM_NetworkInfo_State PacketState
 
char PacketLAC [10]
 

Detailed Description

Structure for getting the current network info.

Definition at line 114 of file gammu-info.h.

Field Documentation

§ CID

char GSM_NetworkInfo::CID[10]

Cell ID (CID)

Definition at line 118 of file gammu-info.h.

Referenced by DUMMY_GetNetworkInfo(), and GSM_GetNetworkInfo().

§ GPRS

GSM_GPRS_State GSM_NetworkInfo::GPRS

GPRS state.

Definition at line 139 of file gammu-info.h.

Referenced by DUMMY_GetNetworkInfo(), and GSM_GetNetworkInfo().

§ LAC

char GSM_NetworkInfo::LAC[10]

LAC (Local Area Code).

Definition at line 131 of file gammu-info.h.

Referenced by DUMMY_GetNetworkInfo(), and GSM_GetNetworkInfo().

§ NetworkCode

char GSM_NetworkInfo::NetworkCode[10]

GSM network code.

Definition at line 122 of file gammu-info.h.

Referenced by DUMMY_GetNetworkInfo(), and GSM_GetNetworkInfo().

§ NetworkName

unsigned char GSM_NetworkInfo::NetworkName[15 *2]

Name of current network like returned from phone (or empty).

Definition at line 135 of file gammu-info.h.

Referenced by DUMMY_GetNetworkInfo(), and GSM_GetNetworkInfo().

§ PacketCID

char GSM_NetworkInfo::PacketCID[10]

Cell ID (CID) for packet network

Definition at line 143 of file gammu-info.h.

Referenced by DUMMY_GetNetworkInfo(), and GSM_GetNetworkInfo().

§ PacketLAC

char GSM_NetworkInfo::PacketLAC[10]

LAC (Local Area Code) for packet data.

Definition at line 152 of file gammu-info.h.

Referenced by DUMMY_GetNetworkInfo(), and GSM_GetNetworkInfo().

§ PacketState

GSM_NetworkInfo_State GSM_NetworkInfo::PacketState

Status of network logging for packet data. If phone is not logged into any network, some values are not filled

Definition at line 148 of file gammu-info.h.

Referenced by DUMMY_GetNetworkInfo(), and GSM_GetNetworkInfo().

§ State

GSM_NetworkInfo_State GSM_NetworkInfo::State

Status of network logging. If phone is not logged into any network, some values are not filled

Definition at line 127 of file gammu-info.h.

Referenced by DUMMY_GetNetworkInfo(), and GSM_GetNetworkInfo().


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