onvif
    Preparing search index...

    Interface SystemCapabilities

    interface SystemCapabilities {
        discoveryBye: boolean;
        discoveryResolve: boolean;
        extension?: SystemCapabilitiesExtension;
        firmwareUpgrade: boolean;
        remoteDiscovery: boolean;
        supportedVersions?: OnvifVersion[];
        systemBackup: boolean;
        systemLogging: boolean;
    }
    Index
    discoveryBye: boolean

    Indicates whether or not WS-Discovery Bye is supported.

    discoveryResolve: boolean

    Indicates whether or not WS Discovery resolve requests are supported.

    firmwareUpgrade: boolean

    Indicates whether or not firmware upgrade is supported.

    remoteDiscovery: boolean

    Indicates whether or not remote discovery is supported.

    supportedVersions?: OnvifVersion[]

    Indicates supported ONVIF version(s).

    systemBackup: boolean

    Indicates whether or not system backup is supported.

    systemLogging: boolean

    Indicates whether or not system logging is supported.