FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / Read_TEDS_Register Method
Type: System.IntPtr
The handle associated with the USB device.
Type: System.Byte
The high byte of the address associated with the TEDS register.
Type: System.Byte
The low byte of the address associated with the TEDS register.


In This Topic
    Read_TEDS_Register Method
    In This Topic
    Reads from the Transducer Electronic Data Sheet (TEDS) register.
    Syntax
    'Declaration
     
    
    Public Function Read_TEDS_Register( _
       ByVal DeviceHandle As IntPtr, _
       ByVal HighAddress As Byte, _
       ByVal LowAddress As Byte _
    ) As String
    'Usage
     
    
    Dim instance As USB_DLL
    Dim DeviceHandle As IntPtr
    Dim HighAddress As Byte
    Dim LowAddress As Byte
    Dim value As String
     
    value = instance.Read_TEDS_Register(DeviceHandle, HighAddress, LowAddress)
    public string Read_TEDS_Register( 
       IntPtr DeviceHandle,
       byte HighAddress,
       byte LowAddress
    )

    Parameters

    DeviceHandle
    Type: System.IntPtr
    The handle associated with the USB device.
    HighAddress
    Type: System.Byte
    The high byte of the address associated with the TEDS register.
    LowAddress
    Type: System.Byte
    The low byte of the address associated with the TEDS register.

    Return Value

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

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also