onvif
    Preparing search index...

    Interface Capabilities

    The service capabilities reflect optional functionality of a service. The information is static and does not change during device operation. The following capabilities are available:

    interface Capabilities {
        clientSuppliedTokenSupported?: boolean;
        maxAccessPoliciesPerAccessProfile: unknown;
        maxAccessProfiles: unknown;
        maxLimit: unknown;
        multipleSchedulesPerAccessPointSupported: boolean;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    clientSuppliedTokenSupported?: boolean

    Indicates that the client is allowed to supply the token when creating access profiles. To enable the use of the command SetAccessProfile, the value must be set to true.

    maxAccessPoliciesPerAccessProfile: unknown

    Indicates the maximum number of access policies per access profile supported by the device.

    maxAccessProfiles: unknown

    Indicates the maximum number of access profiles supported by the device.

    maxLimit: unknown

    The maximum number of entries returned by a single Get<Entity>List or Get<Entity> request. The device shall never return more than this number of entities in a single response.

    multipleSchedulesPerAccessPointSupported: boolean

    Indicates whether or not several access policies can refer to the same access point in an access profile.