mikroSDK Reference Manual
snmp_agent_pdu.h
Go to the documentation of this file.
1
31#ifndef _SNMP_AGENT_PDU_H
32#define _SNMP_AGENT_PDU_H
33
34//Dependencies
35#include "core/net.h"
36#include "snmp/snmp_agent.h"
37
38//C++ guard
39#ifdef __cplusplus
40extern "C" {
41#endif
42
43//SNMP agent related functions
44error_t snmpProcessPdu(SnmpAgentContext *context);
45
46error_t snmpProcessGetRequestPdu(SnmpAgentContext *context);
47error_t snmpProcessGetBulkRequestPdu(SnmpAgentContext *context);
48error_t snmpProcessSetRequestPdu(SnmpAgentContext *context);
49
50error_t snmpFormatReportPdu(SnmpAgentContext *context, error_t errorIndication);
51
52//C++ guard
53#ifdef __cplusplus
54}
55#endif
56
57#endif
error_t
Error codes.
Definition error.h:43
TCP/IP stack core.
SNMP agent (Simple Network Management Protocol)