Click or drag to resize

IUDPTransportAddChannel Method

[This is preliminary documentation and is subject to change.]

Adds a channel with a specific type

Namespace:  MLAPI.Transports
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
int AddChannel(
	ChannelType type,
	Object settings
)
Request Example View Source

Parameters

type
Type: MLAPI.TransportsChannelType
The channelType
settings
Type: SystemObject
The settings object used by the transport

Return Value

Type: Int32
Returns a unique id for the channel
See Also