Click or drag to resize

Updater Methods

The Updater type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsUpToDate
Check if the firmware on the camera is of the version that is required by the API.
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