onvif
    Preparing search index...

    Interface NetworkCapabilities

    interface NetworkCapabilities {
        DHCPv6?: boolean;
        dot11Configuration?: boolean;
        dot1XConfigurations?: number;
        dynDNS?: boolean;
        hostnameFromDHCP?: boolean;
        IPFilter?: boolean;
        IPVersion6?: boolean;
        NTP?: number;
        zeroConfiguration?: boolean;
    }
    Index
    DHCPv6?: boolean

    Indicates support for Stateful IPv6 DHCP.

    dot11Configuration?: boolean

    Indicates support for IEEE 802.11 configuration.

    dot1XConfigurations?: number

    Indicates the maximum number of Dot1X configurations supported by the device

    dynDNS?: boolean

    Indicates support for dynamic DNS configuration.

    hostnameFromDHCP?: boolean

    Indicates support for retrieval of hostname from DHCP.

    IPFilter?: boolean

    Indicates support for IP filtering.

    IPVersion6?: boolean

    Indicates support for IPv6.

    NTP?: number

    Maximum number of NTP servers supported by the devices SetNTP command.

    zeroConfiguration?: boolean

    Indicates support for zeroconf.