AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ NewTransaction()

virtual void drama::GetPathEventHandler::NewTransaction ( DitsMsgType  msgType,
DitsTransIdType  tid 
)
overridevirtual

This method is invoked each time a messages is initiated.

This method can be used to access the DITS transaction id of the messages which are sent. This is useful in some cases, such as when transaction might be orphaned but will need to be handled, or, for example, if you might want to kick a spawnable action.

Parameters
msgTypeThe DITS Type of the message that was sent.
tidThe DITS transaction id.