Declaration

Visual C#:

string GetFirmware();

Visual C++:

CString GetFirmware();

Visual Basic:

Private Sub GetFirmware As String

Delphi:

function GetFirmware : String;

Return Value

Return the firmware version of the device if the operation was successful; otherwise return empty.

Remarks

Read the software version of the device.

See Also