TIM SDK
TIM API C
ta_s_event Struct Reference

Description

Contains event information for asynchronous method calls.

Data Fields

ta_object_t terminal
 Terminal instance sending event. More...
 
ta_e_result_code_t result_code
 Result code.
 
ta_e_request_type_t request_type
 Type of request this event has been send for.
 
ta_object_t error
 Additional error information present if send by terminal. More...
 

Field Documentation

◆ error

ta_object_t ta_s_event::error

Additional error information present if send by terminal.

Is ta_object_invalid if not set. Otherwise object instance is of type tim_error. Object instance is not retained.

◆ terminal

ta_object_t ta_s_event::terminal

Terminal instance sending event.

Object instance of type terminal. Object instance is not retained.


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