|
tio
|
Represents action. More...
#include <tio.h>
Data Fields | |
| const char * | alias |
| Name of the alias. You need to use alias_length field to determine the length. It might not be null terminated. More... | |
| size_t | alias_length |
| Length of the alias name. More... | |
| const char * | action_name |
| Name of the action. You need to use action_name_length field to determine the length. It might not be null terminated. More... | |
| size_t | action_name_length |
| Length of the action name. More... | |
| tio_action_value_t | action_value |
| Value of the action. More... | |
Represents action.
| const char* tio_action_t::action_name |
Name of the action. You need to use action_name_length field to determine the length. It might not be null terminated.
| size_t tio_action_t::action_name_length |
Length of the action name.
| tio_action_value_t tio_action_t::action_value |
Value of the action.
| const char* tio_action_t::alias |
Name of the alias. You need to use alias_length field to determine the length. It might not be null terminated.
| size_t tio_action_t::alias_length |
Length of the alias name.
1.8.13