onvif
    Preparing search index...

    Interface PullMessagesResponse

    interface PullMessagesResponse {
        currentTime: Date;
        notificationMessage: NotificationMessage[];
        terminationTime: Date;
    }
    Index
    currentTime: Date

    The date and time when the messages have been delivered by the web server to the client.

    notificationMessage: NotificationMessage[]

    List of messages. This list shall be empty in case of a timeout.

    terminationTime: Date

    Date time when the PullPoint will be shut down without further pull requests.