Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

NetworkTransport.StartSendMulticast

Switch to Manual
public static function StartSendMulticast(hostId: int, channelId: int, buffer: byte[], size: int, out error: byte): bool;

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.