Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
unpack_dms_GetSerialNumbers_t Struct Reference

#include <dms.h>

Data Fields

char esn [255]
 
char imei_no [255]
 
char meid [255]
 
char imeisv_svn [255]
 
swi_uint256_t ParamPresenceMask
 

Detailed Description

This structure used to store unpack_dms_GetSerialNumbers parameters

Parameters
esn- Electronic Serial Number of the device.
  • NULL-terminated ESN string. Empty string is returned when ESN is not supported/programmed.
  • Bit to check in ParamPresenceMask - 16
imei_no- International Mobile Equipment Identity of the device.
  • NULL terminated IMEI string. Empty string is returned when IMEI is not supported/programmed.
  • Bit to check in ParamPresenceMask - 17
meid- Mobile Equipment Identifier of the device.
  • NULL-terminated MEID string. Empty string is returned when MEID is not supported/programmed.
  • Bit to check in ParamPresenceMask - 18
imeisv_svn- NULL-terminated IMEI SVN string. Empty string is returned when IMEI SVN is not supported/programmed.imei software version revision.
  • Bit to check in ParamPresenceMask - 19
ParamPresenceMask
  • bitmask representation to indicate valid parameters.

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