No description available.
Warning The Cellular COM API is deprecated in Windows 10. This content is provided to support maintenance of OEM and mobile operator created Windows Phone 8.1 applications.
This structure represents a RILC2KMRL.
dwParamsA bitwise combination of RILC2KMRLPARAMMASK 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.
fServingIndicates whether this is a serving cell. There may be more than one serving cell at a time.
dwNIDNetwork ID (0...65535).
dwSIDSystem ID (0...32767).
dwBaseStationIDBase station ID (0...65535).
dwBaseLatBase station Latitude (0...4194303) encoded in units of 0.25 seconds, expressed in two’s complement representation within the low 22 bits of the DWORD. This is a signed field with North latitudes represented by positive values.
dwBaseLongBase station Longitude (0...8388607) encoded in units of 0.25 seconds, expressed in two’s complement representation within the low 23 bits of the DWORD. This is a signed field with East longitudes represented by positive values.
dwRefPNBase station PN number (0...511).
dwGPSSecondsGPS seconds; the time at which this arrived from the base station.
dwPilotStrengthSignal strength of pilot (0...63).
struct RILC2KMRL {
DWORD dwParams;
BOOL fServing;
DWORD dwNID;
DWORD dwSID;
DWORD dwBaseStationID;
DWORD dwBaseLat;
DWORD dwBaseLong;
DWORD dwRefPN;
DWORD dwGPSSeconds;
DWORD dwPilotStrength;
};
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
dwParamsfServingdwNIDdwSIDdwBaseStationIDdwBaseLatdwBaseLongdwRefPNdwGPSSecondsdwPilotStrengthtypedef struct _RILC2KMRL {
DWORD dwParams;
BOOL fServing;
DWORD dwNID;
DWORD dwSID;
DWORD dwBaseStationID;
DWORD dwBaseLat;
DWORD dwBaseLong;
DWORD dwRefPN;
DWORD dwGPSSeconds;
DWORD dwPilotStrength;
} RILC2KMRL, RILC2KMRL;