plugin Command
The plugin command has options that let you register, unregister, activate, or deactivate, new plugins for device.
Type the following command from your command line.
plugin [ add | del | enable | disable | view | view all ]
Parameter | Description |
---|---|
add<devID> <devFormat> | <prog> <execType> | <progType> | <keyIn> <keyout> | Registers new plugin for device (deviceID, devformat). |
del <devID> | <devFormat> | Unregisters plugin for device (deviceID, devFormat) |
enable <devID> <devFormat> | (Re)activates plugin registered for (devID, devFormat) |
disable <devID> <devFormat> | Deactivates plugin registered for (devID, devFormat) |
view <devID> <devFormat> | Displays status of plugin registered for (devID, devFormat) |
view all | Displays status of all registered plugins where:
<devID> - numerical device ID <devForamt> - numerical device format ID <prog> - plugin executable path name <execType> - [binary | shell | script |...] <progType> - [0 |1 |2 ], use 1 for now <keyIn> - plugin input format specific key <keyOut> - plugin output format specific key |
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.