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


In This Topic
    Get_Fullscale_Value Method
    In This Topic
    Gets the fullscale value stored in the EEPROM of the microcontroller.
    Syntax
    'Declaration
     
    
    Public Function Get_Fullscale_Value( _
       ByVal DeviceHandle As IntPtr, _
       Optional ByVal ChannelNumber As Byte _
    ) As String
    'Usage
     
    
    Dim instance As USB_DLL
    Dim DeviceHandle As IntPtr
    Dim ChannelNumber As Byte
    Dim value As String
     
    value = instance.Get_Fullscale_Value(DeviceHandle, ChannelNumber)
    public string Get_Fullscale_Value( 
       IntPtr DeviceHandle,
       byte ChannelNumber
    )

    Parameters

    DeviceHandle
    Type: System.IntPtr
    The handle associated with the USB device.
    ChannelNumber
    Type: System.Byte
    The channel number associated with the USB device.

    Return Value

    Type: System.String
    A value between -16,777,216 and 16,777,215; otherwise Error
    Remarks
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also