TibrvCallback::onEvent()
Method
Declaration
virtual voidonEvent(
TibrvEvent* event,
TibrvMsg& msg)
= 0;
Purpose
Remarks
Implement this method to process events.
| 
                                 Parameter  | 
                            
                                 Description  | 
                        
| 
                                 
  | 
                            
                                 This parameter receives the event.  | 
                        
| 
                                 
  | 
                            
                                 When the event is an inbound message, this parameter receives the message object. For all other event types, this parameter receives a message object with no fields. The program must not use this empty message in any way.  |