onvif
    Preparing search index...

    Interface OnvifServices

    interface OnvifServices {
        accesscontrol?: URL;
        accessrules?: URL;
        actionengine?: URL;
        analytics?: URL;
        analyticsdevice?: URL;
        credential?: URL;
        device?: URL;
        deviceIO?: URL;
        display?: URL;
        doorcontrol?: URL;
        events?: URL;
        imaging?: URL;
        media?: URL;
        media2?: URL;
        provisioning?: URL;
        ptz?: URL;
        receiver?: URL;
        recording?: URL;
        replay?: URL;
        schedule?: URL;
        search?: URL;
        thermal?: URL;
        [key: string]: URL | undefined;
    }

    Indexable

    • [key: string]: URL | undefined
    Index
    accesscontrol?: URL
    accessrules?: URL
    actionengine?: URL
    analytics?: URL
    analyticsdevice?: URL
    credential?: URL
    device?: URL
    deviceIO?: URL
    display?: URL
    doorcontrol?: URL
    events?: URL
    imaging?: URL
    media?: URL
    media2?: URL
    provisioning?: URL
    ptz?: URL
    receiver?: URL
    recording?: URL
    replay?: URL
    schedule?: URL
    search?: URL
    thermal?: URL