NetworkInterface 表示当前系统上的一个活动网络接口。它包含一个绑定到此接口的 InternetAddress 列表。
构造函数
属性
-
addresses → List<
InternetAddress> - 绑定到此 NetworkInterface 的当前
InternetAddress
列表。无设置器 - hashCode → int
- 此对象的哈希码。无设置器继承
- index → int
- NetworkInterface 的索引。无设置器
- name → String
- NetworkInterface 的名称。无设置器
- runtimeType → Type
- 对象的运行时类型的表示。无设置器继承
方法
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时调用。继承
-
toString(
) → String - 此对象的字符串表示形式。继承
运算符
-
operator ==(
Object other) → bool - 等号运算符。继承
静态属性
- listSupported → bool
- 是否支持 list 方法。无设置器
静态方法
-
list(
{bool includeLoopback = false, bool includeLinkLocal = false, InternetAddressType type = InternetAddressType.any}) → Future< List< NetworkInterface> > - 查询系统上的 NetworkInterface。