WLJS LogoWLJS Notebook

DeviceExecute

DeviceExecute[device, "command"] executes the specified command on a device.

DeviceExecute[device, "command", params] executes the command with the parameters params.

Examples

Execute a command on a device:

DeviceExecute[device, "Start"]

Please visit the official Wolfram Language Reference for more details.

On this page