|
LinuxSDK
V1.4.0.5
|
#include <SwiApiGsmBasic.h>
Data Fields | |
| swi_uint32 | sizeStruct |
| swi_char | szImei [LENGTH_Imei] |
| swi_char | szTac [LENGTH_Tac] |
| swi_char | szFac [LENGTH_Fac] |
| swi_char | szSnr [LENGTH_Snr] |
| swi_char | szCheckByte [LENGTH_ChkByte] |
This structure contains the International Mobile Equipment Identity (IMEI).
The IMEI is a number unique to every GSM mobile phone. This structure is used as output by the SwiGetImei function.
| swi_uint32 SWI_STRUCT_Imei::sizeStruct |
The size, in bytes, of this structure. This value must always be populated by the calling application.
| swi_char SWI_STRUCT_Imei::szCheckByte[LENGTH_ChkByte] |
Check byte
| swi_char SWI_STRUCT_Imei::szFac[LENGTH_Fac] |
A 2 character, NULL terminated string representing the Assembly Code.
| swi_char SWI_STRUCT_Imei::szImei[LENGTH_Imei] |
A NULL terminated string containing the IMEI.
| swi_char SWI_STRUCT_Imei::szSnr[LENGTH_Snr] |
A 6 character, NULL terminated string representing the Serial Number.
| swi_char SWI_STRUCT_Imei::szTac[LENGTH_Tac] |
A 6 character, NULL terminated string representing the Type Approval Code.