SoRemoteVizClientFrameEventArg Structure |
Structure given when a received and decoded frame event is raised.
Namespace: OIV.RemoteViz.Clients.Nodes
The SoRemoteVizClientFrameEventArg type exposes the following members.
Name | Description | |
---|---|---|
SoRemoteVizClientFrameEventArg | Default constructor. |
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsLossless | Returns if the frame encoding is lossless. | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
DataLength | Returns the frame data length. | |
Id | Returns the frame ID. | |
Message | Returns the attached message. | |
Source | Returns the OIV.RemoteViz.Clients.Nodes.SoRemoteVizClient node that triggered the event. |
Please refer to onReceivedFrame, onDecodedFrame event.