VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Typedefs
vrfMessageInterface.h File Reference

Go to the source code of this file.

Classes

class  DtVrfMessageInterface
 

Typedefs

typedef bool(* DtIsValidVrfMessageVersionFcn )(DtU32 version, DtDataInteraction *inter, void *user)
 When using the callback, note that if the version is 0 it means that a version record was not found in the data interaction. More...
 

Typedef Documentation

typedef bool(* DtIsValidVrfMessageVersionFcn)(DtU32 version, DtDataInteraction *inter, void *user)

When using the callback, note that if the version is 0 it means that a version record was not found in the data interaction.

The data interaction is only supplied in case there is use for it in the future. The content will contain the actual message contained within the data interaction. Return true if you want this message to be passed on by VRF. Note that if any of the callbacks return true, this message will be processed

Note that the event manager is now used to send/reveive all messages.


Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)