Structure given when a received binary message event is raised. More...
#include <RemoteViz/Clients/nodes/SoRemoteVizClient.h>
Public Member Functions | |
BinaryMessageEventArg (SoRemoteVizClient *source, SoCpuBufferObject *buffer) | |
Default constructor. | |
SoRemoteVizClient * | getSource () const |
Returns the SoRemoteVizClient node that triggered the event. | |
SoCpuBufferObject * | getBuffer () const |
Returns the received message. | |
Structure given when a received binary message event is raised.
Please refer to onReceivedMessage event.
Definition at line 397 of file SoRemoteVizClient.h.
|
inline |
Default constructor.
Definition at line 400 of file SoRemoteVizClient.h.
|
inline |
Returns the received message.
Definition at line 407 of file SoRemoteVizClient.h.
|
inline |
Returns the SoRemoteVizClient node that triggered the event.
Definition at line 404 of file SoRemoteVizClient.h.