FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / Change_Menu Method
Type: System.IntPtr
The handle associated with the USB device.


In This Topic
    Change_Menu Method
    In This Topic
    Controls the "Menu" button on the keypad of the IHH500 or IPM650.
    Syntax
    'Declaration
     
    
    Public Function Change_Menu( _
       ByVal DeviceHandle As IntPtr _
    ) As String
    'Usage
     
    
    Dim instance As USB_DLL
    Dim DeviceHandle As IntPtr
    Dim value As String
     
    value = instance.Change_Menu(DeviceHandle)
    public string Change_Menu( 
       IntPtr DeviceHandle
    )

    Parameters

    DeviceHandle
    Type: System.IntPtr
    The handle associated with the USB device.

    Return Value

    Type: System.String
    A value equal to 0; otherwise Error
    Remarks
    This function can be used to remotely control the instrument from a computer.
    The instrument will behave as if the actual button on the keypad were pressed.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also