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


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

    Parameters

    DeviceHandle
    Type: System.IntPtr
    The handle associated with the USB device.
    PageNumber
    Type: System.Byte
    The page number associated with the USB device.

    Return Value

    Type: System.String
    A value equal to 0; otherwise Error
    Remarks
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also