Version: 2017.2
public static Networking.NetworkEventType ReceiveFromHost (int hostId, out int connectionId, out int channelId, byte[] buffer, int bufferSize, out int receivedSize, out byte error);

パラメーター

hostId The host ID to check for events.
connectionId The connection ID that received the event.
channelId The channel ID associated with the event.
buffer The buffer that will hold the data received.
bufferSize Size of the buffer supplied.
receivedSize The actual receive size of the data.
error Error (can be cast to NetworkError for more information).

戻り値

NetworkEventType Type of event returned.

説明

Similar to NetworkTransport.Receive but will only poll for the provided hostId.