FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / ISupportTEDS Interface / GetTEDSData Method


In This Topic
    GetTEDSData Method (ISupportTEDS)
    In This Topic
    Syntax
    'Declaration
     
    
    Function GetTEDSData( _
       ByVal highAddress As Byte, _
       ByVal lowAddress As Byte _
    ) As Byte()
    'Usage
     
    
    Dim instance As ISupportTEDS
    Dim highAddress As Byte
    Dim lowAddress As Byte
    Dim value() As Byte
     
    value = instance.GetTEDSData(highAddress, lowAddress)

    Parameters

    highAddress
    lowAddress
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also