TibrvCallback::onEvent()

Method

Declaration

virtual void onEvent(
    TibrvEvent* event,
    TibrvMsg& msg)
  = 0;

Purpose

Process events.

Remarks

Implement this method to process events.

Parameter

Description

event

This parameter receives the event.

msg

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.