Click or drag to resize
SoRemoteVizClientFrameEventArg Constructor

Default constructor.

Namespace: OIV.RemoteViz.Clients.Nodes
Assembly: OIV.RemoteViz.Client (in OIV.RemoteViz.Client.dll) Version: 2024.1.3.0 (2024.1.3)
Syntax
public FrameEventArg(
	SoRemoteVizClient source,
	ulong id,
	ulong dataLength,
	bool isLossless,
	string message
)

Parameters

source
Type: OIV.RemoteViz.Clients.NodesSoRemoteVizClient
id
Type: SystemUInt64
dataLength
Type: SystemUInt64
isLossless
Type: SystemBoolean
message
Type: SystemString
Remarks