Vendor Extension Operation
Returns the detailed plugin information.
| ✓ | ✓ | ✓*1 |
*1Firmware v2.21.1 and later
| Operation Code | 0x99A9 |
| Operation Parameter 1 | PluginHandle |
| Operation Parameter 2 | None |
| Operation Parameter 3 | None |
| Operation Parameter 4 | None |
| Operation Parameter 5 | None |
| Data | PluginInfo dataset |
| Data Direction | R->I |
| Field Order | Field Name | Size | Data Type | Description |
|---|---|---|---|---|
| 1 | Plugin Name | Variable | String | Plugin name |
| 2 | Package Name | Variable | String | Plugin version |
| 3 | Version | Variable | String | Plugin version |
| 4 | Type | 1 | UINT8 | Type of application0: Pre-installed plugin1: User-added plugin |
| 5 | Running | 1 | UINT8 | Plugin power status0: Running, 1: Stopped |
| 6 | Foreground | 1 | UINT8 | Plugin state0: Foreground, 1: Background |
| 7 | Boot*2 | 1 | UINT8 | Boot selection0: Start this plugin (target plugin)1: Do not start this plugin |
| 8 | Force | 1 | UINT8 | Plugin auto-start on boot0: Disabled1: Enabled |
| 9 | (Reserved) | Variable | String | Reserved |
| 10 | WebServer | 1 | UINT8 | Web server flag0: Plugin provides a web server1: Plugin does not provide a web server |
| 11 | Exit Status | 1 | UINT8 | Plugin termination status0: Success1: Error |
| 12 | Message | Variable | String | Message |
*2THETA X supports only 0.