onvif
    Preparing search index...

    Interface GetEventPropertiesResponse

    interface GetEventPropertiesResponse {
        fixedTopicSet: unknown;
        messageContentFilterDialect: string[];
        messageContentSchemaLocation: string[];
        producerPropertiesFilterDialect?: string[];
        topicExpressionDialect: unknown[];
        topicNamespaceLocation: string[];
        topicSet: unknown;
    }
    Index
    fixedTopicSet: unknown

    True when topicset is fixed for all times.

    messageContentFilterDialect: string[]

    Defines the XPath function set supported for message content filtering. The following MessageContentFilterDialects should be returned if a device supports the message content filtering:

    http://www.onvif.org/ver10/tev/messageContentFilter/ItemFilter.

    A device that does not support any MessageContentFilterDialect returns a single empty url.

    messageContentSchemaLocation: string[]

    The Message Content Description Language allows referencing of vendor-specific types. In order to ease the integration of such types into a client application, the GetEventPropertiesResponse shall list all URI locations to schema files whose types are used in the description of notifications, with MessageContentSchemaLocation elements. This list shall at least contain the URI of the ONVIF schema file.

    producerPropertiesFilterDialect?: string[]

    Optional ProducerPropertiesDialects. Refer to Web Services Base Notification 1.3 (WS-BaseNotification) for advanced filtering.

    topicExpressionDialect: unknown[]

    Defines the XPath expression syntax supported for matching topic expressions. The following TopicExpressionDialects are mandatory for an ONVIF compliant device :

    http://docs.oasis-open.org/wsn/t-1/TopicExpression/Concrete http://www.onvif.org/ver10/tev/topicExpression/ConcreteSet.

    topicNamespaceLocation: string[]

    List of topic namespaces supported.

    topicSet: unknown

    Set of topics supported.