serialize.h

来自「开发snmp的开发包有两个开放的SNMP开发库」· C头文件 代码 · 共 25 行

H
25
字号
#ifndef SERIALIZE_H#define SERIALIZE_H/* * The serialized helper merely calls its clients multiple times for a * * given request set, so they don't have to loop through the requests * * themselves. */#ifdef __cplusplusextern          "C" {#endif    netsnmp_mib_handler *netsnmp_get_serialize_handler(void);    int             netsnmp_register_serialize(netsnmp_handler_registration                                               *reginfo);    void            netsnmp_init_serialize(void);    Netsnmp_Node_Handler netsnmp_serialize_helper_handler;#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?