acctrl.h
来自「包括EPA协议栈」· C头文件 代码 · 共 20 行
H
20 行
#ifndef _ACCTRL_H
#define _ACCTRL_H
void ACCtrlInit(void);
uint8 NS_ACCtrl_Req(PSock psock, uint16 src_app, uint16 src_obj, uint16 dst_app, uint16 dst_obj, uint8 srv_id, uint8 com_type);
uint8 NS_ACCtrl_Chk(uint16 local_app, uint16 local_obj, uint16 rmt_app, uint16 rmt_obj, uint8 srv_id) ;
void NS_ACCtrl_Input(PSock psock, uint8 com_type, uint16 msg_id);
void NS_ACCtrl_Pos_Output(uint16 dst_app, uint16 msg_id, uint16 dst_port, uint32 dst_ip);
void NS_ACCtrl_Pos_Input(PSock psock, uint8 com_type, uint16 msg_id);
void NS_ACCtrl_Neg_Output(uint16 src_app, uint8 err_class, uint8 err_code, uint8 add_code, uint16 msg_id, uint16 dst_port, uint32 dst_ip);
void NS_ACCtrl_Neg_Input(PSock psock, uint8 com_type, uint16 msg_id);
#endif // _ACCTRL_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?