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


In This Topic
    GetAutoTEDS Method (DeviceUSB225)
    In This Topic
    Indicates if Auto TEDS is enabled. Auto TEDS tells the board to use TEDS data when set to true; otherwise use EEPROM data.
    Syntax
    'Declaration
     
    
    Public Function GetAutoTEDS() As Boolean
    'Usage
     
    
    Dim instance As DeviceUSB225
    Dim value As Boolean
     
    value = instance.GetAutoTEDS()
    public bool GetAutoTEDS()

    Return Value

    true if enabled; otherwise false.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also