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