FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / FastDataLoggingNumberOfSamples 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
    FastDataLoggingNumberOfSamples Property
    In This Topic
    Gets a value indicating the number of samples contained in the fast data logging packet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FastDataLoggingNumberOfSamples( _
       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.FastDataLoggingNumberOfSamples(deviceNumber, outputNumber, sampleNumber)
    public int FastDataLoggingNumberOfSamples( 
       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.Byte
    The value must be between System.Byte.MinValue. and System.Byte.MaxValue.
    Remarks
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also