onvif
    Preparing search index...

    Interface ConfigDescription

    interface ConfigDescription {
        extension?: ConfigDescriptionExtension;
        fixed?: boolean;
        maxInstances?: number;
        messages?: Messages[];
        name: unknown;
        parameters: ItemListDescription;
    }
    Index
    fixed?: boolean

    The fixed attribute signals that it is not allowed to add or remove this type of configuration.

    maxInstances?: number

    The maxInstances attribute signals the maximum number of instances per configuration.

    messages?: Messages[]

    The analytics modules and rule engine produce Events, which must be listed within the Analytics Module Description. In order to do so the structure of the Message is defined and consists of three groups: Source, Key, and Data. It is recommended to use SimpleItemDescriptions wherever applicable. The name of all Items must be unique within all Items contained in any group of this Message. Depending on the component multiple parameters or none may be needed to identify the component uniquely.

    name: unknown

    The Name attribute (e.g. "tt::LineDetector") uniquely identifies the type of rule, not a type definition in a schema.

    List describing the configuration parameters. The names of the parameters must be unique. If possible SimpleItems should be used to transport the information to ease parsing of dynamically defined messages by a client application.