| typedef void(* Ucs_Gpio_TriggerEventResultCb_t)(uint16_t node_address, uint16_t gpio_port_handle, uint16_t rising_edges, uint16_t falling_edges, uint16_t levels, void *user_ptr) | 
Function signature of result callback used by Gpio_TriggerEvents()
| node_address | The node address of the device from where the results come | 
| gpio_port_handle | The port resource handle. | 
| rising_edges | The GPIO pins on which a rising-edge trigger condition was detected | 
| falling_edges | The GPIO pins on which a falling-edge trigger condition was detected | 
| levels | The GPIO pins on which a logic level condition was detected | 
| user_ptr | User reference provided in Ucs_InitData_t::user_ptr |