Query Functions : Events (ev) : Input List Type: ev

Input List Type: ev
 
Query: Events by subtype
Purpose: Returns the events in the input list that are defined as array
Query: Events by attributes
Purpose: Returns the events in the input list that match the specified attribute name and value
stm_r_ev_by_attributes_ev (stm_list in_list, char* attr_name, char* attr_value, int *status);
Query: None
Purpose: Returns the events in the input list that have the specified structure type (for example, single or array)
stm_r_ev_by_structure_type_ev (stm_list in_list, char structure_type, int *status);
Query: Events with callback bindings
Purpose: Returns the events in the input list that have callback bindings
Query: Events explicitly defined
Purpose: Returns the events of the input list that were explicitly defined
Query: Events whose names match a given pattern
Purpose: Returns all the events whose names match the specified pattern
Query: Events by subtype
Purpose: Returns the events in the input list that are defined as single
Query: Events whose synonyms match a given pattern
Purpose: Returns all the events whose synonyms match the specified pattern
Query: Unresolved events
Purpose: Returns the unresolved events in the input list