#include <qaGobiApiDms.h>
|
BYTE | esnSize |
|
CHAR * | pESNString |
|
BYTE | imeiSize |
|
CHAR * | pIMEIString |
|
BYTE | meidSize |
|
CHAR * | pMEIDString |
|
BYTE | imeiSvnSize |
|
CHAR * | pImeiSvnString |
|
Returns all the serial numbers assigned to the device. These serial numbers include the ESN (Electronic serial number of the device), the IMEI (International Mobile Equipment Identity) and MEID (Mobile Equipment Identifier).
- Parameters
-
esnSize |
- The maximum number of characters (including NULL terminator) that the ESN string array can contain
|
pESNString[OUT] |
- NULL-terminated ESN string. Empty string is returned when ESN is not supported/programmed
|
imeiSize |
- The maximum number of characters (including NULL terminator) that the IMEI string array can contain
|
pIMEIString[OUT] |
- NULL terminated IMEI string. Empty string is returned when IMEI is not supported/programmed
|
meidSize |
- The maximum number of characters (including NULL terminator) that the MEID string array can contain
|
pMEIDString[OUT] |
- NULL-terminated MEID string. Empty string is returned when MEID is not supported/programmed
|
imeiSvnSize |
- The maximum number of characters (including NULL terminator) that the IMEI SVN string array can contain.
|
pImeiSvnString[OUT] |
- NULL-terminated IMEI SVN string. Empty string is returned when IMEI SVN is not supported/programmed.
|
The documentation for this struct was generated from the following file: