LanguageEnglish
  • C#
  • JS

Script language

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

This version of Unity is unsupported.

NetworkTransport.GetBroadcastConnectionMessage

public static void GetBroadcastConnectionMessage(int hostId, byte[] buffer, int bufferSize, out int receivedSize, out byte error);

Parameters

hostIdID of broadcast receiver.
bufferMessage buffer provided by caller.
bufferSizeBuffer size.
receivedSizeReceived size (if received size > bufferSize, corresponding error will be set).
errorError (can be cast to NetworkError for more information).

Description

After NetworkTransport.Receive() returns NetworkEventType.BroadcastEvent, this function returns a complimentary message from the broadcast sender.