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


In This Topic
    Slave_Activity_Inquiry Method
    In This Topic
    Verifies the communication data link with the USB device.
    Syntax
    'Declaration
     
    
    Public Function Slave_Activity_Inquiry( _
       ByVal DeviceHandle As IntPtr _
    ) As String
    'Usage
     
    
    Dim instance As USB_DLL
    Dim DeviceHandle As IntPtr
    Dim value As String
     
    value = instance.Slave_Activity_Inquiry(DeviceHandle)
    public string Slave_Activity_Inquiry( 
       IntPtr DeviceHandle
    )

    Parameters

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

    Return Value

    Type: System.String
    A value equal to 0; otherwise Error
    Remarks
    This function does not change any settings in the EEPROM or assign any properties a value.
    It is for testing / debugging purposes only.
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also