mikroSDK Reference Manual
lldp_ext_pno.h
Go to the documentation of this file.
1
31#ifndef _LLDP_EXT_PNO_H
32#define _LLDP_EXT_PNO_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
58
59
60//C++ guard
61#ifdef __cplusplus
62}
63#endif
64
65#endif
LLDP (Link Layer Discovery Protocol)
LldpPnoSubtype
PROFINET subtypes.
Definition lldp_ext_pno.h:49
@ LLDP_PNO_SUBTYPE_INTERFACE_MAC_ADDR
Interface MAC address.
Definition lldp_ext_pno.h:55
@ LLDP_PNO_SUBTYPE_PTCP_STATUS
PTCP Status.
Definition lldp_ext_pno.h:56
@ LLDP_PNO_SUBTYPE_MRP_PORT_STATUS
MRP Port Status.
Definition lldp_ext_pno.h:54
@ LLDP_PNO_SUBTYPE_PORT_STATUS
Port Status.
Definition lldp_ext_pno.h:52
@ LLDP_PNO_SUBTYPE_RESERVED
Reserved.
Definition lldp_ext_pno.h:50
@ LLDP_PNO_SUBTYPE_ALIAS
Alias.
Definition lldp_ext_pno.h:53
@ LLDP_PNO_SUBTYPE_MEASURED_DELAY_VALUES
Measured Delay Values.
Definition lldp_ext_pno.h:51
TCP/IP stack core.