onvif
    Preparing search index...

    Interface GetDeviceInformationResponse

    interface GetDeviceInformationResponse {
        firmwareVersion: string;
        hardwareId: string;
        manufacturer: string;
        model: string;
        serialNumber: string;
    }
    Index
    firmwareVersion: string

    The firmware version in the device.

    hardwareId: string

    The hardware ID of the device.

    manufacturer: string

    The manufactor of the device.

    model: string

    The device model.

    serialNumber: string

    The serial number of the device.