onvif
    Preparing search index...

    Interface AreaInfo

    The AreaInfo structure contains basic information about an Area. An ONVIF compliant device shall provide the following fields for each Area:

    interface AreaInfo {
        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.