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