Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.18 KB

File metadata and controls

13 lines (9 loc) · 1.18 KB

class EthernetConfiguration

Member values

Member name Data type Description Usage
device int Device identification You can manipulate the field device as if it were a regular field. To clear the value of device and reset it to the default value for its type, you call the ClearField() method of the Message interface.
enabled bool True if the ethernet device is enabled, false otherwise You can manipulate the field enabled as if it were a regular field. To clear the value of enabled and reset it to the default value for its type, you call the ClearField() method of the Message interface.
speed int Speed selection You can manipulate the field speed as if it were a regular field. To clear the value of speed and reset it to the default value for its type, you call the ClearField() method of the Message interface.
duplex int Duplex mode You can manipulate the field duplex as if it were a regular field. To clear the value of duplex and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: InterconnectConfig (Python)