notification.h
来自「开发snmp的开发包有两个开放的SNMP开发库」· C头文件 代码 · 共 18 行
H
18 行
#ifndef NOTIFICATION_H#define NOTIFICATION_H#ifdef __cplusplusextern "C" {#endif/* prototypes for the example */void init_notification(void);SNMPAlarmCallback send_example_notification;#ifdef __cplusplus}#endif#endif /* NOTIFICATION_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?