Click or drag to resize

ChannelInstance Constructor

Creates a new channel.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.01.00
Syntax
C#
public ChannelInstance(
	ProtocolInstance instance,
	Channel channel
)

Parameters

instance  ProtocolInstance
Protocol instance associated with this channel.
channel  Channel
Channel of which this is an instance.
See Also