mikroSDK Reference Manual
mib2_impl_udp.h
Go to the documentation of this file.
1
31#ifndef _MIB2_IMPL_UDP_H
32#define _MIB2_IMPL_UDP_H
33
34//Dependencies
35#include "core/net.h"
36#include "mibs/mib2_module.h"
37
38//C++ guard
39#ifdef __cplusplus
40extern "C" {
41#endif
42
43//MIB-II related functions
44error_t mib2GetUdpEntry(const MibObject *object, const uint8_t *oid,
45 size_t oidLen, MibVariant *value, size_t *valueLen);
46
47error_t mib2GetNextUdpEntry(const MibObject *object, const uint8_t *oid,
48 size_t oidLen, uint8_t *nextOid, size_t *nextOidLen);
49
50//C++ guard
51#ifdef __cplusplus
52}
53#endif
54
55#endif
error_t
Error codes.
Definition error.h:43
MIB-II module.
TCP/IP stack core.