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


In This Topic
    SetChannelXEncoderState Method (ISupportEncoderReading)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub SetChannelXEncoderState( _
       ByVal channel As Integer, _
       ByVal doEnable As Boolean _
    ) 
    'Usage
     
    
    Dim instance As ISupportEncoderReading
    Dim channel As Integer
    Dim doEnable As Boolean
     
    instance.SetChannelXEncoderState(channel, doEnable)
    void SetChannelXEncoderState( 
       int channel,
       bool doEnable
    )

    Parameters

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