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


In This Topic
    SetAutoTEDS Method (DeviceUSB225)
    In This Topic
    Sets state of Auto TEDS. Auto TEDS tells the board to use TEDS data when set to true; otherwise use EEPROM data.
    Syntax
    'Declaration
     
    
    Public Sub SetAutoTEDS( _
       ByVal isSet As Boolean _
    ) 
    'Usage
     
    
    Dim instance As DeviceUSB225
    Dim isSet As Boolean
     
    instance.SetAutoTEDS(isSet)
    public void SetAutoTEDS( 
       bool isSet
    )

    Parameters

    isSet
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also