Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

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.

Did you find this page useful? Please give it a rating: