📄 serialcomm.h
字号:
//History
//*Data *Name *comments.
//2008-Feb-03 Rock Li Initialization
//Initialization of DLL
int DllInit( char szComName[]);
//To close the DLL resources.
int DllCleanUp();
//To download UID from a host to APP CPU
int DownloadUID(unsigned char *p_TermUID, int NumOfNodes);
//To Build the Network in power lines.
int RunNetBuild(void);
//To send unacknowledged Data from the host to the Terminal node.
int SendUnAckDataToTN ( unsigned char *p_TermUID,
unsigned char *p_InDataBuf,
unsigned char inDataLen);
//To send acknowledged Data from the host to the Terminal node.
int SendAckDataToTN ( unsigned char *p_TermUID,
unsigned char *p_InDataBuf,
unsigned char inDataLen,
unsigned char *p_RespData,
unsigned char *p_RespDataLen);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -