zos_main.h 224 B

12345678910
  1. #ifndef __ZOS_MAIN_H__
  2. #define __ZOS_MAIN_H__
  3. #include "zos_util.h"
  4. // zos_err_t mo_network_init(void); //Detect the network connection status, and return: ZOS_EOK, failure return: ZOS_ERROR
  5. #endif /* __ZOS_MAIN_H__ */