FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / FastDataLoggingSampleNumber Property
Type: System.Int32
A number indicating a specific USB device.
Type: System.Int32
A number indicating a specific output from the USB device.
Type: System.Int32
A number indicating a specific sample from the USB device.


In This Topic
    FastDataLoggingSampleNumber Property
    In This Topic
    Gets a value indicating the counter value associated with each sample contained in the fast data logging packet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FastDataLoggingSampleNumber( _
       ByVal deviceNumber As Integer, _
       ByVal outputNumber As Integer, _
       ByVal sampleNumber As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As USB_DLL
    Dim deviceNumber As Integer
    Dim outputNumber As Integer
    Dim sampleNumber As Integer
    Dim value As Integer
     
    value = instance.FastDataLoggingSampleNumber(deviceNumber, outputNumber, sampleNumber)
    public int FastDataLoggingSampleNumber( 
       int deviceNumber,
       int outputNumber,
       int sampleNumber
    ) {get;}

    Parameters

    deviceNumber
    Type: System.Int32
    A number indicating a specific USB device.
    outputNumber
    Type: System.Int32
    A number indicating a specific output from the USB device.
    sampleNumber
    Type: System.Int32
    A number indicating a specific sample from the USB device.

    Property Value

    Type: System.Int32
    The value must be between 0 and System.Int32.MaxValue.
    Remarks
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also