TcEthernetAdapterPriority

Priority ID of the TwinCAT real-time network adapter.

Namespace: TwinCAT TypeSystem
Library: Not required. TwinCAT system resource from v3.1.4024.0

TYPE TcEthernetAdapterPriority :
(
    TcEthernetAdapterPriorityLow  :=1,
    TcEthernetAdapterPriorityHigh :=16
);
END_TYPE