NetworkManagerDeviceWired class

Information for wired network devices.

Constructors

NetworkManagerDeviceWired(_NetworkManagerObject _object)

Properties

hashCode int
The hash code for this object.
no setteroverride
permHwAddress String
Permanent hardware address, e.g. '00:0a:95:9d:68:16'.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s390Subchannels List<String>
Array of S/390 subchannels for S/390 or z/Architecture devices.
no setter
speed int
Design speed of this device in megabits/second.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override