onvif
    Preparing search index...

    Interface GetDoorInfoListResponse

    interface GetDoorInfoListResponse {
        doorInfo?: DoorInfo[];
        nextStartReference?: string;
    }
    Index
    doorInfo?: DoorInfo[]

    List of DoorInfo items.

    nextStartReference?: string

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