onvif
    Preparing search index...

    Interface ActionEngineCapabilities

    Action Engine Capabilities data structure contains the maximum number of supported actions and number of actions in use for generic as well as specific action types

    interface ActionEngineCapabilities {
        actionCapabilities?: ActionTypeLimits[];
        extension?: ActionEngineCapabilitiesExtension;
        maximumActions?: number;
        maximumTriggers?: number;
    }

    Hierarchy (View Summary)

    Index
    actionCapabilities?: ActionTypeLimits[]

    Limits for each action type

    maximumActions?: number

    The maximum number of actions that the service provider can concurrently support

    maximumTriggers?: number

    The maximum number of trigger configurations that the service provider can concurrently support