Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

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

NetworkTransport.StartSendMulticast

public static bool StartSendMulticast(int hostId, int channelId, byte[] buffer, int size, out byte error);

Parameters

hostId Id of udp socket used to establish connection.
channelId First connection id from group connection.
buffer Data buffer.
size Data buffer length.
error Possible error.

Description

Start process sending message per group of connected connection.