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