Click or drag to resize

IIPCameraUpgradeSystemFirmware Method

Upgrades the device firmware with the provided one.

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
string UpgradeSystemFirmware(
	byte[] firmware
)

Parameters

firmware  Byte
The new firware in byte[] format.

Return Value

String
Result of the upgrade.
See Also