![]() |
WE310F5
39.00.000
|
This section describes various the M2MB version related API and variable. More...
#define | M2MB_MODULE_TYPE "WL865E4" |
typedef struct M2MB_SYSTEM_SW_VERSION_S | M2MB_SYSTEM_SW_VERSION_T |
typedef struct M2MB_SW_PKG_VERSION_S | M2MB_SW_PKG_VERSION_T |
Structure defining response for m2m_s2w_system_swpkgv command/api. More... | |
INT32 | m2mb_version (M2MB_SYSTEM_SW_VERSION_T *ver) |
m2mb_version is called to process version. More... | |
const M2MB_SW_PKG_VERSION_T * | m2mb_system_swpkgv (VOID) |
m2mb_system_swpkgv is called to get the software package version details. More... | |
UINT8 * | m2mb_system_cgmm (VOID) |
m2mb_system_cgmm is called to get the module name. More... | |
UINT8 * | m2mb_system_cgmr (VOID) |
m2mb_system_cgmr is called to get the modem version. More... | |
This section describes various the M2MB version related API and variable.
#define M2MB_MODULE_TYPE "WL865E4" |
Definition at line 50 of file m2mb_version.h.
typedef struct M2MB_SW_PKG_VERSION_S M2MB_SW_PKG_VERSION_T |
Structure defining response for m2m_s2w_system_swpkgv command/api.
Returns all the Available package versions 'ModuleVersion, ModemVersion, PackageVersion, ApplnVersion, SocketVersion' is sent.
typedef struct M2MB_SYSTEM_SW_VERSION_S M2MB_SYSTEM_SW_VERSION_T |
m2mb_system_cgmm is called to get the module name.
This command gets the module name.
m2mb_system_cgmr is called to get the modem version.
This command gets the version number of the modem.
const M2MB_SW_PKG_VERSION_T* m2mb_system_swpkgv | ( | VOID | ) |
m2mb_system_swpkgv is called to get the software package version details.
This command gets the version number of the software packages.
INT32 m2mb_version | ( | M2MB_SYSTEM_SW_VERSION_T * | ver | ) |
m2mb_version is called to process version.
This command gets the version number of the software.
[in] | ver | Pointer to M2MB_SYSTEM_SW_VERSION_T structure NONE |