Load a new firmware image into the device's nonvolatile memory.
This installs the given image data onto the device and restarts
it with that image. The firmware must be of an appropriate type
for the device. Interrupting this operation may damage the
reader.
| C# | Visual Basic | Visual C++ |
public abstract void FirmwareLoad( Stream firmware, FirmwareLoadOptions flOptions )
Public MustOverride Sub FirmwareLoad ( _ firmware As Stream, _ flOptions As FirmwareLoadOptions _ )
public: virtual void FirmwareLoad( Stream^ firmware, FirmwareLoadOptions^ flOptions ) abstract
- firmware (Stream)
- a data _stream of the firmware contents
- flOptions (FirmwareLoadOptions)
- firmware load options