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
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also