In This Topic
Syntax
'Declaration
Public Function GetPacketArray( _
ByVal As Tuple(Of String,Byte()), _
ByVal remainder As Integer, _
ByVal () As Byte, _
ByRef As String, _
ByVal As Boolean, _
ByRef 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
Frameworks
| Product |
Versions |
| .NET |
net8.0 |
| .NET Framework |
net48 |
See Also