Returns the serial ports of the composite USB device.
Currently this is only supported on Windows.
Namespace: HidSharpAssembly: HidSharp (in HidSharp.dll) Version: 2.0.0
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