onvif
    Preparing search index...

    Interface SubscriptionEvents

    interface SubscriptionEvents {
        connectionError: [error: ErrnoException];
        data: [msg: NotificationMessage];
        error: [error: ErrnoException];
    }
    Index
    connectionError: [error: ErrnoException]
    data: [msg: NotificationMessage]
    error: [error: ErrnoException]