FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / ISupportEncoderReading Interface / SetChannelXEncoderSamplingRate Method


In This Topic
    SetChannelXEncoderSamplingRate Method (ISupportEncoderReading)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub SetChannelXEncoderSamplingRate( _
       ByVal channel As Integer, _
       ByVal samplingRate As String _
    ) 
    'Usage
     
    
    Dim instance As ISupportEncoderReading
    Dim channel As Integer
    Dim samplingRate As String
     
    instance.SetChannelXEncoderSamplingRate(channel, samplingRate)
    void SetChannelXEncoderSamplingRate( 
       int channel,
       string samplingRate
    )

    Parameters

    channel
    samplingRate
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also