ChannelInstance Constructor |
Creates a new channel.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.01.00
Syntaxpublic 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