RILEQUIPMENTINFO (Compact 2013)
3/26/2014
This structure stores equipment information.
Syntax
typedef struct {
DWORD cbSize;
DWORD dwParams;
char szManufacturer[MAXLENGTH_EQUIPINFO];
char szModel[MAXLENGTH_EQUIPINFO];
char szRevision[MAXLENGTH_EQUIPINFO];
char szSerialNumber[MAXLENGTH_EQUIPINFO];
} RILEQUIPMENTINFO, *LPRILEQUIPMENTINFO;
Members
- cbSize
Structure size, in bytes.
- dwParams
Specifies valid parameters. Must be one or a combination of the RILEQUIPMENTINFO Parameter Constants.
- szManufacturer[MAXLENGTH_EQUIPINFO]
Manufacturer of the radio hardware.
- szModel[MAXLENGTH_EQUIPINFO]
Model of the radio hardware.
- szRevision[MAXLENGTH_EQUIPINFO]
Software version of the radio stack.
- szSerialNumber[MAXLENGTH_EQUIPINFO]
Equipment identity (IMEI).
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
RIL_GetEquipmentInfo
RILEQUIPMENTINFO Parameter Constants