Namespace: HidSharpAssembly: HidSharp (in HidSharp.dll) Version: 2.0.0
public static bool MatchSerialDevices(
Device device,
string portName = null
)
Public Shared Function MatchSerialDevices (
device As Device,
Optional portName As String = Nothing
) As Boolean
public:
static bool MatchSerialDevices(
Device^ device,
String^ portName = nullptr
)
static member MatchSerialDevices :
device : Device *
?portName : string
(* Defaults:
let _portName = defaultArg portName null
*)
-> bool
Parameters
- device
- Type: HidSharpDevice
- portName (Optional)
- Type: SystemString
Return Value
Type:
Boolean
Reference