onvif
    Preparing search index...

    Interface GetAccessPointListResponse

    interface GetAccessPointListResponse {
        accessPoint?: AccessPoint[];
        nextStartReference?: string;
    }
    Index
    accessPoint?: AccessPoint[]

    List of AccessPoint items.

    nextStartReference?: string

    StartReference to use in next call to get the following items. If absent, no more items to get.