FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / Device Class / GetChannelXNormalDataRequest Method


In This Topic
    GetChannelXNormalDataRequest Method
    In This Topic
    Gets ADC reading for a channel.
    Syntax
    'Declaration
     
    
    Public Function GetChannelXNormalDataRequest( _
       ByVal channelNumber As Integer _
    ) As UInteger
    'Usage
     
    
    Dim instance As Device
    Dim channelNumber As Integer
    Dim value As UInteger
     
    value = instance.GetChannelXNormalDataRequest(channelNumber)
    public uint GetChannelXNormalDataRequest( 
       int channelNumber
    )

    Parameters

    channelNumber

    Return Value

    ADC reading from channel
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also