Name | Description | |
---|---|---|
in | szMachine | Specifies the name of the machine belonging to a session that uses the target PRUDP to be joined as a transfer layer. |
Value | Description |
---|---|
true |
Returned when the call starts correctly. (Check the state of pCallContext to determine whether it actually succeeded.) |
false |
The Join process failed. The NetZ instance stores the local session object. You must create the NetZ instance again to rejoin the session.Also, when using NAT traversal with Internet communication, you must perform the NAT transversal again using StopNATSession and StartNATSession .If a UDS master calls this function, an assertion error is generated or false is returned. |
Joins a session.
For Internet communication, before calling this function, you must set a signature key distributed from the game server by using the Network::SetP2PDataPacketSessionSignatureKey
function.
If a UDS master calls this function, an assertion error is generated or false
is returned.
Note: This function was designed for debugging. Do not use this function in product releases.
false
is returned.CallContext
timeouts.
CONFIDENTIAL