onvif
    Preparing search index...

    Interface HostnameInformation

    interface HostnameInformation {
        extension?: HostnameInformationExtension;
        fromDHCP: boolean;
        name?: string;
    }
    Index
    fromDHCP: boolean

    Indicates whether the hostname has been obtained from DHCP or not.

    name?: string

    Indicates the device hostname or an empty string if no hostname has been assigned.