DuplexMode¶
-
class
Interfaces.Interface.Ethernet.Config.
DuplexMode
¶ DuplexMode (Enum Class)
When auto-negotiate is TRUE, this optionally sets the
duplex mode that will be advertised to the peer. If
unspecified, the interface should negotiate the duplex mode
directly (typically full-duplex). When auto-negotiate is
FALSE, this sets the duplex mode on the interface directly.
-
FULL = 0
Full duplex mode
-
HALF = 1
Half duplex mode
-