RILPOSITIONINFOGSM structure (ntddrilapitypes.h)
Syntax
struct RILPOSITIONINFOGSM {
DWORD dwParams;
DWORD dwMobileCountryCode;
DWORD dwMobileNetworkCode;
DWORD dwLocationAreaCode;
DWORD dwCellID;
DWORD dwTimingAdvance;
DWORD dwARFCN;
DWORD dwBaseStationID;
DWORD dwRxLevel;
};
Members
dwParams
A bitwise combination of RILPOSITIONINFOGSMPARAMMASK enumeration values that indicates which members of the structure contain valid data. A member of the structure is valid if the corresponding bit flag is set.
dwMobileCountryCode
Mobile country code (0...999)
dwMobileNetworkCode
Mobile Network Code (0...999)
dwLocationAreaCode
Location Area Code (0…65535)
dwCellID
Cell ID (0...65535)
dwTimingAdvance
Timing Advance (0...255) in bit periods, where a bit period is 48/13µs
dwARFCN
Absolute radio frequency channel number of serving cell (0...1023)
dwBaseStationID
Radio base station ID of serving cell (0..63)
dwRxLevel
Received signal strength of serving cell (0...63) where:
(x=0, RSS < -110dBm
x=63, RSS > -49dBm
0 <x <63, -110+x < RSS < -109+x)
Requirements
Requirement | Value |
---|---|
Header | ntddrilapitypes.h (include Rilapitypes.h, Ntddrilapitypes.h) |