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
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also