| 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 | (Inherited from ValueType.) | |
| GetHashCode | (Inherited from ValueType.) | |
| GetType | (Inherited from Object.) | |
| IsLossless | Returns if the frame encoding is lossless. | |
| ToString | (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.