Legacy Documentation: Version 5.3
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ConnectionConfig.AddChannel

public byte AddChannel(Networking.QosType value);

Parameters

value Add new channel to configuration.

Returns

byte Channel id, user can use this id to send message via this channel.

Description