FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / ISupportTEDS Interface / SetTEDSData Method


In This Topic
    SetTEDSData Method (ISupportTEDS)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub SetTEDSData( _
       ByVal pageNumber As Byte, _
       ByVal blockNumber As Byte, _
       ByVal data() As Byte _
    ) 
    'Usage
     
    
    Dim instance As ISupportTEDS
    Dim pageNumber As Byte
    Dim blockNumber As Byte
    Dim data() As Byte
     
    instance.SetTEDSData(pageNumber, blockNumber, data)
    void SetTEDSData( 
       byte pageNumber,
       byte blockNumber,
       byte[] data
    )

    Parameters

    pageNumber
    blockNumber
    data
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also