public static int GetCurrentRTT (int hostId, int connectionId, out byte error);

파라미터

errorError (can be cast to NetworkError for more information).
hostIdHost ID associated with this connection.
connectionIdID of the connection.

반환

int Current round trip time in ms.

설명

Return the round trip time for the given connectionId.