#include <SwiStructsGsm.h>
Public Attributes | |
U32 | sizeStruct |
WCHAR | szImei [LENGTH_Imei] |
WCHAR | szTac [LENGTH_Tac] |
WCHAR | szFac [LENGTH_Fac] |
WCHAR | szSnr [LENGTH_Snr] |
WCHAR | szCheckByte [LENGTH_ChkByte] |
The IMEI is a number unique to every GSM mobile phone. This structure is used as output by the SwiGetImei function.
The size, in bytes, of this structure. This value must always be populated by the calling application.
WCHAR SWI_STRUCT_Imei::szCheckByte[LENGTH_ChkByte] |
Check byte
WCHAR SWI_STRUCT_Imei::szFac[LENGTH_Fac] |
A 2 character, NULL terminated string representing the Assembly Code.
WCHAR SWI_STRUCT_Imei::szImei[LENGTH_Imei] |
A NULL terminated string containing the IMEI.
WCHAR SWI_STRUCT_Imei::szSnr[LENGTH_Snr] |
A 6 character, NULL terminated string representing the Serial Number.
WCHAR SWI_STRUCT_Imei::szTac[LENGTH_Tac] |
A 6 character, NULL terminated string representing the Type Approval Code.