Class SoRemoteVizClient.BinaryMessageEventArg
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.remoteviz.clients.nodes.SoRemoteVizClient.BinaryMessageEventArg
-
- All Implemented Interfaces:
SbEventArg
- Enclosing class:
- SoRemoteVizClient
public static class SoRemoteVizClient.BinaryMessageEventArg extends Inventor implements SbEventArg
Structure given when a received binary message event is raised. Please refer toonReceivedMessage
event.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description BinaryMessageEventArg(SoRemoteVizClient source, SoCpuBufferObject buffer)
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SoCpuBufferObject
getBuffer()
Returns the received message.SoRemoteVizClient
getSource()
Returns theSoRemoteVizClient
node that triggered the event.void
setValue(SoRemoteVizClient.BinaryMessageEventArg copyFrom)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
BinaryMessageEventArg
public BinaryMessageEventArg(SoRemoteVizClient source, SoCpuBufferObject buffer)
Default constructor.
-
-
Method Detail
-
setValue
public void setValue(SoRemoteVizClient.BinaryMessageEventArg copyFrom)
-
getSource
public SoRemoteVizClient getSource()
Returns theSoRemoteVizClient
node that triggered the event.- Specified by:
getSource
in interfaceSbEventArg
-
getBuffer
public SoCpuBufferObject getBuffer()
Returns the received message.
-
-