Version: 5.5
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 hostId to check for events.
connectionId The connectionId that received the event.
channelId The channelId 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 casted to NetworkError for more information).

戻り値

NetworkEventType Type of event returned.

説明

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