FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / Gen1BaseStreamDataConverter Class / GetPacketArray Method


In This Topic
    GetPacketArray Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetPacketArray( _
       ByVal captureData As Tuple(Of String,Byte()), _
       ByVal remainder As Integer, _
       ByVal CarryOverArray() As Byte, _
       ByRef timestamp As String, _
       ByVal FindFirstIndex As Boolean, _
       ByRef adcIndex As Integer _
    ) As Byte()
    'Usage
     
    
    Dim instance As Gen1BaseStreamDataConverter
    Dim captureData As Tuple(Of String,Byte())
    Dim remainder As Integer
    Dim CarryOverArray() As Byte
    Dim timestamp As String
    Dim FindFirstIndex As Boolean
    Dim adcIndex As Integer
    Dim value() As Byte
     
    value = instance.GetPacketArray(captureData, remainder, CarryOverArray, timestamp, FindFirstIndex, adcIndex)

    Parameters

    captureData
    remainder
    CarryOverArray
    timestamp
    FindFirstIndex
    adcIndex
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also