12 Haps CLI_Command_Added
API Reference Manual  /  12 Haps  / 

Arinc429_Word

Description
This hap is triggered on every word sent on a arinc429_bus object. In the hap handler, the last_word attribute can be read or modified. Setting it to -1 will drop the packet.
Callback Type
void (*)(lang_void *callback_data, 
         conf_object_t *trigger_obj);

12 Haps CLI_Command_Added