FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / Read_EEPROM_Register Method
Type: System.IntPtr
The handle associated with the USB device.
Type: System.Byte
The address associated with the EEPROM register.


In This Topic
    Read_EEPROM_Register Method
    In This Topic
    Reads from the microcontroller's EEPROM register.
    Syntax
    'Declaration
     
    
    Public Function Read_EEPROM_Register( _
       ByVal DeviceHandle As IntPtr, _
       ByVal Address As Byte _
    ) As String
    'Usage
     
    
    Dim instance As USB_DLL
    Dim DeviceHandle As IntPtr
    Dim Address As Byte
    Dim value As String
     
    value = instance.Read_EEPROM_Register(DeviceHandle, Address)
    public string Read_EEPROM_Register( 
       IntPtr DeviceHandle,
       byte Address
    )

    Parameters

    DeviceHandle
    Type: System.IntPtr
    The handle associated with the USB device.
    Address
    Type: System.Byte
    The address associated with the EEPROM register.

    Return Value

    Type: System.String
    A value between to 0 and 65,535; otherwise Error
    Remarks
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also