FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / Get_Data_Logging Method
Type: System.IntPtr
The handle associated with the USB device.
Type: System.Int32
The counter associated with the USB device.


In This Topic
    Get_Data_Logging Method
    In This Topic
    Gets the data logging value stored in memory and assigns a value to the DataLogging_Counter, DataLogging_Value1 and DataLogging_Value2.
    Syntax
    'Declaration
     
    
    Public Function Get_Data_Logging( _
       ByVal DeviceHandle As IntPtr, _
       ByVal Counter As Integer _
    ) As String
    'Usage
     
    
    Dim instance As USB_DLL
    Dim DeviceHandle As IntPtr
    Dim Counter As Integer
    Dim value As String
     
    value = instance.Get_Data_Logging(DeviceHandle, Counter)
    public string Get_Data_Logging( 
       IntPtr DeviceHandle,
       int Counter
    )

    Parameters

    DeviceHandle
    Type: System.IntPtr
    The handle associated with the USB device.
    Counter
    Type: System.Int32
    The counter associated with the USB device.

    Return Value

    Type: System.String
    A value equal to 0; otherwise Error
    Remarks
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also