monoZ docs
MZ_device_include.h
Go to the documentation of this file.
1
7#ifndef MZ_DEVICE_INCLUDE_H_
8#define MZ_DEVICE_INCLUDE_H_
9#ifdef __cplusplus
10extern "C" {
11#endif
21char * mzd_read_imei(void);
22
27char * mzd_read_cimi(void);
28
34char * mzd_read_msisdn(void);
35
41char * mzd_read_network(void);
42
49
55char mzd_read_cops(void);
56
63
65#ifdef __cplusplus
66}
67#endif
68#endif /* MZ_DEVICE_INCLUDE_H_ */
char mzd_read_dev_reg_status(void)
This function is used to read mono Zero registration status.
char * mzd_read_imei(void)
This function is used to read IMEI number of mono Zero.
char * mzd_read_network(void)
This function is used to read network of mono Zero.
char mzd_read_phone_function(void)
This function is used to read phone functionality of mono Zero.
char * mzd_read_cimi(void)
This function is used to read CIMI of mono Zero.
char mzd_read_cops(void)
This function is used to read COPS of mono Zero.
char * mzd_read_msisdn(void)
This function is used to read MSISDN of mono Zero.