FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / StreamDataPoint Class / ADCValue Property


In This Topic
    ADCValue Property (StreamDataPoint)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ADCValue As UInteger
    'Usage
     
    
    Dim instance As StreamDataPoint
    Dim value As UInteger
     
    instance.ADCValue = value
     
    value = instance.ADCValue
    public uint ADCValue {get; set;}
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also