Enum EcLinkState
Link status of an EtherCAT slave. The Link state can consist of an ORing of the following bits:
[Flags]
public enum EcLinkState : ushort
Fields
AdditionalLink = 8Additional link at port X (specified through EC_LINK_STATE_PORT_A/B/C/D).
MissingLink = 4Missing link at port X (specified through EC_LINK_STATE_PORT_A/B/C/D).
NotPresent = 1No EtherCAT communication with the EtherCAT slave.
Ok = 0Link is ok.
PortA = 16Port 0.
PortB = 32Port 1.
PortC = 64Port 2.
PortD = 128Port 3.
WithoutCommunication = 2Error at port X (specified through EC_LINK_STATE_PORT_A/B/C/D). The port has a link, but no communication is possible via this port..