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


In This Topic
    SetAutoTEDS Method (DeviceIHH505)
    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 DeviceIHH505
    Dim isSet As Boolean
     
    instance.SetAutoTEDS(isSet)
    public void SetAutoTEDS( 
       bool isSet
    )

    Parameters

    isSet
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also