FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / DataLogging_Counter Property


In This Topic
    DataLogging_Counter Property
    In This Topic
    Gets a value indicating the count associated with the sample number recorded during data logging.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataLogging_Counter As Integer
    'Usage
     
    
    Dim instance As USB_DLL
    Dim value As Integer
     
    value = instance.DataLogging_Counter
    public int DataLogging_Counter {get;}

    Property Value

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

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also