Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoRemoteVizClient::BinaryMessageEventArg Struct Reference

Structure given when a received binary message event is raised. More...

#include <RemoteViz/Clients/nodes/SoRemoteVizClient.h>

+ Inheritance diagram for SoRemoteVizClient::BinaryMessageEventArg:

Public Member Functions

 BinaryMessageEventArg (SoRemoteVizClient *source, SoCpuBufferObject *buffer)
 Default constructor.
 
SoRemoteVizClientgetSource () const
 Returns the SoRemoteVizClient node that triggered the event.
 
SoCpuBufferObjectgetBuffer () const
 Returns the received message.
 

Detailed Description

Structure given when a received binary message event is raised.

Please refer to onReceivedMessage event.

Definition at line 397 of file SoRemoteVizClient.h.

Constructor & Destructor Documentation

◆ BinaryMessageEventArg()

SoRemoteVizClient::BinaryMessageEventArg::BinaryMessageEventArg ( SoRemoteVizClient source,
SoCpuBufferObject buffer 
)
inline

Default constructor.

Definition at line 400 of file SoRemoteVizClient.h.

Member Function Documentation

◆ getBuffer()

SoCpuBufferObject * SoRemoteVizClient::BinaryMessageEventArg::getBuffer ( ) const
inline

Returns the received message.

Definition at line 407 of file SoRemoteVizClient.h.

◆ getSource()

SoRemoteVizClient * SoRemoteVizClient::BinaryMessageEventArg::getSource ( ) const
inline

Returns the SoRemoteVizClient node that triggered the event.

Definition at line 404 of file SoRemoteVizClient.h.


The documentation for this struct was generated from the following file: