onvif
    Preparing search index...

    Interface NetworkHost

    interface NetworkHost {
        DNSname?: string;
        extension?: NetworkHostExtension;
        IPv4Address?: string;
        IPv6Address?: string;
        type: NetworkHostType;
    }
    Index
    DNSname?: string

    DNS name.

    IPv4Address?: string

    IPv4 address.

    IPv6Address?: string

    IPv6 address.

    Network host type: IPv4, IPv6 or DNS.