Click or drag to resize
RenderAreaListenerOnReceivedMessage Method (RenderArea, Connection, IListByte)

Triggered when a binary message is received from a client.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.2.0 (2024.1.2)
Syntax
public virtual void OnReceivedMessage(
	RenderArea renderArea,
	Connection sender,
	IList<byte> buffer
)

Parameters

renderArea
Type: OIV.RemoteViz.RenderingRenderArea

: the OIV.RemoteViz.Rendering.RenderArea

sender
Type: OIV.RemoteViz.RenderingConnection

: the OIV.RemoteViz.Rendering.Connection that receives the binary message

buffer
Type: System.Collections.GenericIListByte

: the received binary buffer sent by the client

Remarks

Default behavior : do nothing

See Also