#include <commands_3dm.h>
Public Attributes | |
| mip_function_selector | function |
| uint8_t | instance |
| Trigger instance to affect. 0 can be used to apply the mode to all configured triggers, except when the function selector is READ. More... | |
| mip_3dm_event_control_command_mode | mode |
| How to change the trigger state. Except when instance is 0, the corresponding trigger must be configured, i.e. not have type 0. More... | |
Definition at line 1366 of file commands_3dm.h.
| mip_function_selector mip_3dm_event_control_command::function |
Definition at line 1368 of file commands_3dm.h.
| uint8_t mip_3dm_event_control_command::instance |
Trigger instance to affect. 0 can be used to apply the mode to all configured triggers, except when the function selector is READ.
Definition at line 1369 of file commands_3dm.h.
| mip_3dm_event_control_command_mode mip_3dm_event_control_command::mode |
How to change the trigger state. Except when instance is 0, the corresponding trigger must be configured, i.e. not have type 0.
Definition at line 1370 of file commands_3dm.h.