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) | |
SoRemoteVizClient * | getSource () const |
SoCpuBufferObject * | getBuffer () const |
Structure given when a received binary message event is raised.
Please refer to onReceivedMessage event.
SoRemoteVizClient::BinaryMessageEventArg::BinaryMessageEventArg | ( | SoRemoteVizClient * | source, | |
SoCpuBufferObject * | buffer | |||
) | [inline] |
Default constructor.
SoCpuBufferObject* SoRemoteVizClient::BinaryMessageEventArg::getBuffer | ( | ) | const [inline] |
Returns the received message.
SoRemoteVizClient* SoRemoteVizClient::BinaryMessageEventArg::getSource | ( | ) | const [inline] |
Returns the SoRemoteVizClient node that triggered the event.