FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceUSB225 Class / GetTEDSData Method


In This Topic
    GetTEDSData Method (DeviceUSB225)
    In This Topic
    Gets the set of TEDS data between the givven high address and low address.
    Syntax
    'Declaration
     
    
    Public Function GetTEDSData( _
       ByVal highAddress As Byte, _
       ByVal lowAddress As Byte _
    ) As Byte()
    'Usage
     
    
    Dim instance As DeviceUSB225
    Dim highAddress As Byte
    Dim lowAddress As Byte
    Dim value() As Byte
     
    value = instance.GetTEDSData(highAddress, lowAddress)
    public byte[] GetTEDSData( 
       byte highAddress,
       byte lowAddress
    )

    Parameters

    highAddress
    lowAddress

    Return Value

    Byte array of TEDS data.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also