onvif
    Preparing search index...

    Interface AreaInfoBase

    Basic information about an Area. Used as extension base.

    interface AreaInfoBase {
        description?: string;
        name: string;
        token: string;
    }

    Hierarchy (View Summary)

    Index
    description?: string

    User readable description for the Area. It shall be up to 1024 characters.

    name: string

    User readable name. It shall be up to 64 characters.

    token: string

    A service-unique identifier of the item.