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;}
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also