Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 368 Bytes

File metadata and controls

14 lines (9 loc) · 368 Bytes

enum EthernetDuplex

Overview / Purpose

Enumeration EthernetDuplex

Enumerator Value Description
ETHERNET_DUPLEX_UNSPECIFIED 0 Unspecified ethernet duplex
ETHERNET_DUPLEX_HALF 1 Half duplex
ETHERNET_DUPLEX_FULL 2 Full duplex

Parent topic: InterconnectConfig (C++)