FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / Device Class / GetHardwareVersion Method


In This Topic
    GetHardwareVersion Method
    In This Topic
    Gets hardware version of device.
    Syntax
    'Declaration
     
    
    Public Function GetHardwareVersion() As String
    'Usage
     
    
    Dim instance As Device
    Dim value As String
     
    value = instance.GetHardwareVersion()
    public string GetHardwareVersion()

    Return Value

    Hardware version
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also