onvif
    Preparing search index...

    Interface NTPInformation

    interface NTPInformation {
        extension?: NTPInformationExtension;
        fromDHCP: boolean;
        NTPFromDHCP?: NetworkHost[];
        NTPManual?: NetworkHost[];
    }
    Index
    fromDHCP: boolean

    Indicates if NTP information is to be retrieved by using DHCP.

    NTPFromDHCP?: NetworkHost[]

    List of NTP addresses retrieved by using DHCP.

    NTPManual?: NetworkHost[]

    List of manually entered NTP addresses.