onvif
    Preparing search index...

    Interface NetworkCapabilities

    interface NetworkCapabilities {
        dynDNS?: boolean;
        extension?: NetworkCapabilitiesExtension;
        IPFilter?: boolean;
        IPVersion6?: boolean;
        zeroConfiguration?: boolean;
    }
    Index
    dynDNS?: boolean

    Indicates whether or not is supported.

    IPFilter?: boolean

    Indicates whether or not IP filtering is supported.

    IPVersion6?: boolean

    Indicates whether or not IPv6 is supported.

    zeroConfiguration?: boolean

    Indicates whether or not zeroconf is supported.