NetworkCapabilities class Null safety
Network capabilities.
- Annotations
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.
@JsonKey(name: '@DHCPv6', fromJson: OnvifUtil.stringToBool), final
- dot1xConfiguration → int
-
Indicates the maximum number of Dot1X configurations supported by the device
@JsonKey(name: '@Dot1XConfigurations', fromJson: int.parse), final
- dot11Configuration → bool
-
Indicates support for IEEE 802.11 configuration.
@JsonKey(name: '@Dot11Configuration', fromJson: OnvifUtil.stringToBool), final
- dynDNS → bool
-
Indicates support for dynamic DNS configuration.
@JsonKey(name: '@DynDNS', fromJson: OnvifUtil.stringToBool), final
- hashCode → int
-
The hash code for this object.
read-only, inherited
- hostnameFromDHCP → bool
-
Indicates support for retrieval of hostname from DHCP.
@JsonKey(name: '@HostnameFromDHCP', fromJson: OnvifUtil.stringToBool), final
- ipFilter → bool
-
Indicates support for IP filtering.
@JsonKey(name: '@IPFilter', fromJson: OnvifUtil.stringToBool), final
- ipVersion6 → bool
-
Indicates support for IPv6.
@JsonKey(name: '@IPVersion6', fromJson: OnvifUtil.stringToBool), final
- ntp → int
-
Maximum number of NTP servers supported by the devices SetNTP command.
@JsonKey(name: '@NTP', fromJson: int.parse), final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- zeroConfiguration → bool
-
Indicates support for zeroconf.
@JsonKey(name: '@ZeroConfiguration', fromJson: OnvifUtil.stringToBool), final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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