Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.82 KB

File metadata and controls

41 lines (34 loc) · 1.82 KB

0x99A9 GetPluginInfo

Vendor Extension Operation
Returns the detailed plugin information.

Supported Models

X Z1 V SC S
*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

PluginInfo Dataset

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 application
0: Pre-installed plugin
1: User-added plugin
5 Running 1 UINT8 Plugin power status
0: Running, 1: Stopped
6 Foreground 1 UINT8 Plugin state
0: Foreground, 1: Background
7 Boot*2 1 UINT8 Boot selection
0: Start this plugin (target plugin)
1: Do not start this plugin
8 Force 1 UINT8 Plugin auto-start on boot
0: Disabled
1: Enabled
9 (Reserved) Variable String Reserved
10 WebServer 1 UINT8 Web server flag
0: Plugin provides a web server
1: Plugin does not provide a web server
11 Exit Status 1 UINT8 Plugin termination status
0: Success
1: Error
12 Message Variable String Message

*2THETA X supports only 0.