tio
Data Fields
tio_action_t Struct Reference

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...
 

Detailed Description

Represents action.

Field Documentation

◆ action_name

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.

◆ action_name_length

size_t tio_action_t::action_name_length

Length of the action name.

◆ action_value

tio_action_value_t tio_action_t::action_value

Value of the action.

◆ alias

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.

◆ alias_length

size_t tio_action_t::alias_length

Length of the alias name.


The documentation for this struct was generated from the following file: