mikroSDK Reference Manual
lldp_mib_impl.h
Go to the documentation of this file.
1
31#ifndef _LLDP_MIB_IMPL_H
32#define _LLDP_MIB_IMPL_H
33
34//Dependencies
35#include "mibs/mib_common.h"
36#include "lldp/lldp.h"
37
38//C++ guard
39#ifdef __cplusplus
40extern "C" {
41#endif
42
43//LLDP MIB related functions
44error_t lldpMibInit(void);
45
46void lldpMibLock(void);
47void lldpMibUnlock(void);
48
49error_t lldpMibSetLldpAgentContext(LldpAgentContext *context);
50
51//C++ guard
52#ifdef __cplusplus
53}
54#endif
55
56#endif
error_t
Error codes.
Definition error.h:43
LLDP (Link Layer Discovery Protocol)
Common definitions for MIB modules.