onvif
    Preparing search index...

    Interface ConfigurationRef

    interface ConfigurationRef {
        token?: string;
        type: string;
    }

    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: string

    Type of the configuration as defined by tr2:ConfigurationEnumeration.