GetConnectedDevices()
|
|
|
|
|
This command will return a string of all devices currently available in the device list (on ready mode).
No parameters.
Note: Command will not return name of devices in offline mode.
Check the status of available devices on the device list.
Step 1: Add GetConnectedDevices() after initially setting a device.
Step 2: When script will run, we will get the string of all connected devices available on the devices list that are on ready mode.
String str1 = client.getConnectedDevices();string str1 = client.GetConnectedDevices();str0 = client.GetConnectedDevices ( )Reportvar1 = self.client.getConnectedDevices()my $str1 = $client->getConnectedDevices();