onvif
    Preparing search index...

    Interface Service

    interface Service {
        capabilities?: Capabilities;
        namespace: string;
        version: OnvifVersion;
        XAddr: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    capabilities?: Capabilities
    namespace: string

    Namespace of the service being described. This parameter allows to match the service capabilities to the service. Note that only one set of capabilities is supported per namespace.

    version: OnvifVersion

    The version of the service (not the ONVIF core spec version).

    XAddr: string

    The transport addresses where the service can be reached. The scheme and IP part shall match the one used in the request (i.e. the GetServices request).