In This Topic
Get_Device_Count is a Function that is used to get the USB Device count.
It also assigns a value representing the DeviceStatus of the USB Device.
Syntax
'Declaration
Public Function Get_Device_Count() As String
'Usage
Dim instance As USB_DLL
Dim value As String
value = instance.Get_Device_Count()
public string Get_Device_Count()
Frameworks
| Product |
Versions |
| .NET |
net8.0 |
| .NET Framework |
net48 |
See Also