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
40
extern
"C"
{
41
#endif
42
43
//LLDP related functions
44
void
lldpInitFsm(LldpAgentContext *context);
45
void
lldpFsm(LldpAgentContext *context);
46
void
lldpFsmError(LldpAgentContext *context);
47
48
//C++ guard
49
#ifdef __cplusplus
50
}
51
#endif
52
53
#endif
lldp.h
LLDP (Link Layer Discovery Protocol)
net.h
TCP/IP stack core.