NetworkCapabilities class

Network capabilities.

Annotations
  • @JsonSerializable()

Constructors

NetworkCapabilities({required bool ipFilter, required bool zeroConfiguration, required bool ipVersion6, required bool dynDNS, required bool dot11Configuration, required int dot1xConfiguration, required bool hostnameFromDHCP, required int ntp, required bool dhcpv6})
NetworkCapabilities.fromJson(Map<String, dynamic> json)
factory

Properties

dhcpv6 bool
Indicates support for Stateful IPv6 DHCP.
final
dot1xConfiguration int
Indicates the maximum number of Dot1X configurations supported by the device
final
dot11Configuration bool
Indicates support for IEEE 802.11 configuration.
final
dynDNS bool
Indicates support for dynamic DNS configuration.
final
hashCode int
The hash code for this object.
no setterinherited
hostnameFromDHCP bool
Indicates support for retrieval of hostname from DHCP.
final
ipFilter bool
Indicates support for IP filtering.
final
ipVersion6 bool
Indicates support for IPv6.
final
ntp int
Maximum number of NTP servers supported by the devices SetNTP command.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zeroConfiguration bool
Indicates support for zeroconf.
final

Methods

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

Operators

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