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.Int32The value must be between 0 and
System.Int32.MaxValue.
Frameworks
| Product |
Versions |
| .NET |
net8.0 |
| .NET Framework |
net48 |
See Also