FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / USB225MaxSPSStreamDataConverter Class / CalculateADC Method


In This Topic
    CalculateADC Method (USB225MaxSPSStreamDataConverter)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function CalculateADC( _
       ByVal j As Integer, _
       ByVal packetArray() As Byte, _
       ByVal timeStamp As String, _
       ByRef sampleCounter As Integer _
    ) As StreamDataPoint
    'Usage
     
    
    Dim instance As USB225MaxSPSStreamDataConverter
    Dim j As Integer
    Dim packetArray() As Byte
    Dim timeStamp As String
    Dim sampleCounter As Integer
    Dim value As StreamDataPoint
     
    value = instance.CalculateADC(j, packetArray, timeStamp, sampleCounter)
    public override StreamDataPoint CalculateADC( 
       int j,
       byte[] packetArray,
       string timeStamp,
       ref int sampleCounter
    )

    Parameters

    j
    packetArray
    timeStamp
    sampleCounter
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also