Returns the serial ports of the composite USB device.
Currently this is only supported on Windows.
Namespace:
HidSharp
Assembly:
HidSharp (in HidSharp.dll) Version: 2.6.3
public virtual string[] GetSerialPorts()
Public Overridable Function GetSerialPorts As String()
public:
virtual array<String^>^ GetSerialPorts()
abstract GetSerialPorts : unit -> string[]
override GetSerialPorts : unit -> string[]
Return Value
Type:
StringSerial ports of the USB device.
Reference