Method CheckConnectedDevice
CheckConnectedDevice(String, out Boolean)
Checks whether the device with the given pad identification text could be found.
Declaration
Error CheckConnectedDevice(string padString, out bool deviceStatus)
Parameters
Type | Name | Description |
---|---|---|
System.String | padString | A text that uniquely identifies the pad. |
System.Boolean | deviceStatus | Yields true if the device could be found else false. |
Returns
Type | Description |
---|---|
Error | Error |