mikroSDK Reference Manual
lldp_fsm.h
Go to the documentation of this file.
1
31#ifndef _LLDP_FSM_H
32#define _LLDP_FSM_H
33
34//Dependencies
35#include "core/net.h"
36#include "lldp/lldp.h"
37
38//C++ guard
39#ifdef __cplusplus
40extern "C" {
41#endif
42
43//LLDP related functions
44void lldpInitFsm(LldpAgentContext *context);
45void lldpFsm(LldpAgentContext *context);
46void lldpFsmError(LldpAgentContext *context);
47
48//C++ guard
49#ifdef __cplusplus
50}
51#endif
52
53#endif
LLDP (Link Layer Discovery Protocol)
TCP/IP stack core.