Click or drag to resize

UpdaterUpdate Method

Overload List
  NameDescription
Public methodStatic memberUpdate(Camera)
If the current API requires a different firmware than what is present on the camera, the firmware will be updated to this version. The function throws if the camera is connected, or if the camera is already up to date. Call IsUpToDate(Camera) first to check if the camera is up to date.
Public methodStatic memberUpdate(Camera, ProgressCallback)
If the current API requires a different firmware than what is present on the camera, the firmware will be updated to this version. The function throws if the camera is connected, or if the camera is already up to date. Call IsUpToDate(Camera) first to check if the camera is up to date.
Top
See Also