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


In This Topic
    DeviceStatus Property
    In This Topic
    Gets a value associated with the status of the USB device.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DeviceStatus As Integer
    'Usage
     
    
    Dim instance As USB_DLL
    Dim value As Integer
     
    value = instance.DeviceStatus
    public int DeviceStatus {get;}

    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

    Reference

    USB_DLL Class
    USB_DLL Members

    Related

    DeviceStatusCodes