Vendor Extension Operation
Sets the order of plugins displayed on the selection screen.
|
|
| Operation Code |
0x99B7 |
| Operation Parameter 1 |
None |
| Operation Parameter 2 |
None |
| Operation Parameter 3 |
None |
| Operation Parameter 4 |
None |
| Operation Parameter 5 |
None |
| Data |
PluginHandle array |
| Data Direction |
I->R |
| Field Order |
Field Name |
Size |
Data Type |
Description |
| 1 |
PluginHandle array |
Variable |
AUINT32 |
List of plugin handles |
- Registers plugins in the order specified by the
PluginHandle array.
- For unregistered entries, set the PluginHandle value to
0xFFFFFFFF.
- A plugin specified in the n-th element of the array is registered as entry n+1.
- If a plugin not specified by this API is already registered on the camera, the plugins specified by this API are registered starting from the first entry.
|
|
| Operation Code |
0x99B7 |
| Operation Parameter 1 |
PluginHandle for Plugin 1 |
| Operation Parameter 2 |
PluginHandle for Plugin 2 |
| Operation Parameter 3 |
PluginHandle for Plugin 3 |
| Operation Parameter 4 |
None |
| Operation Parameter 5 |
None |
| Data |
None |
| Data Direction |
N/A |
If not specified, set the value to 0xFFFFFFFF.
If 0xFFFFFFFF is placed in the middle of the array, it will be moved to the beginning.
Specifying no plugin results in an error.