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