onvif
    Preparing search index...

    Interface ConfigurationRefExtended

    Configurations as defined by tr2:ConfigurationEnumeration

    interface ConfigurationRefExtended {
        token?: string;
        type: ConfigurationEnumeration;
    }

    Hierarchy (View Summary)

    Index
    token?: string

    Reference token of an existing configuration. Token shall be included in the AddConfiguration request along with the type. Token shall be included in the CreateProfile request when Configuration elements are included and type is selected. Token is optional for RemoveConfiguration request. If no token is provided in RemoveConfiguration request, device shall remove the configuration of the type included in the profile.

    Type of the configuration as defined by tr2:ConfigurationEnumeration.