Declaration

Visual C#:

string GetHardware();

Visual C++:

CString GetHardware();

Visual Basic:

Private Sub GetHardware As String

Delphi:

function GetHardware : String;

Return Value

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

Remarks

Read the hardware version of the device.

See Also