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


In This Topic
    FastDataLoggingCounter Property
    In This Topic
    Gets or sets a value indicating the index of the fast data logging counter.
    Syntax
    'Declaration
     
    
    Public Property FastDataLoggingCounter( _
       ByVal deviceNumber As Integer, _
       ByVal outputNumber As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As USB_DLL
    Dim deviceNumber As Integer
    Dim outputNumber As Integer
    Dim value As Integer
     
    instance.FastDataLoggingCounter(deviceNumber, outputNumber) = value
     
    value = instance.FastDataLoggingCounter(deviceNumber, outputNumber)
    public int FastDataLoggingCounter( 
       int deviceNumber,
       int outputNumber
    ) {get; set;}

    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.

    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