JZsdk_network.h
1015 字节
/**
********************************************************************
* @file JZsdk_Uart_UartDeal.h
* JZsdk_Uart_UartDeal的头文件
*
*********************************************************************
*/
/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef JZSDK_NETWORK_H
#define JZSDK_NETWORK_H
/* Includes ------------------------------------------------------------------*/
#ifdef __cplusplus
extern "C" {
#endif
/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/
#include "JZsdk_Base/JZsdk_Code/JZsdk_Code.h"
/* Exported types ------------------------------------------------------------*/
/* Exported functions --------------------------------------------------------*/
T_JZsdkReturnCode JZsdk_NetWork_Init();
T_JZsdkReturnCode JZsdk_NetWork_DeInit();
T_JZsdkReturnCode JZsdk_NetWork_SentData(const unsigned char *data, const int data_len);
#ifdef __cplusplus
}
#endif
#endif