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


In This Topic
    Get_Internal_Register Method
    In This Topic
    Gets the internal register value stored in the EEPROM of the microcontroller.
    Syntax
    'Declaration
     
    
    Public Function Get_Internal_Register( _
       ByVal DeviceHandle As IntPtr, _
       ByVal Register As Integer _
    ) As String
    'Usage
     
    
    Dim instance As USB_DLL
    Dim DeviceHandle As IntPtr
    Dim Register As Integer
    Dim value As String
     
    value = instance.Get_Internal_Register(DeviceHandle, Register)
    public string Get_Internal_Register( 
       IntPtr DeviceHandle,
       int Register
    )

    Parameters

    DeviceHandle
    Type: System.IntPtr
    The handle associated with the USB device.
    Register
    Type: System.Int32
    The internal register associated with the USB device.

    Return Value

    Type: System.String
    A value greater than or equal to 0 and less than or equal to 16,777,215; otherwise Error
    Remarks
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also

    Reference

    USB_DLL Class
    USB_DLL Members

    Related

    InternalRegisterCodes
    InputEnableFlags
    OutputEnableFlags