The ping response.
More...
◆ PingResponse() [1/2]
| Photon.SocketServer.ServerToServer.PingResponse.PingResponse |
( |
int |
clientTime, |
|
|
int |
serverTime |
|
) |
| |
|
inline |
Initializes a new instance of the PingResponse class.
- Parameters
-
| clientTime | The client time. |
| serverTime | The server time. |
◆ PingResponse() [2/2]
| Photon.SocketServer.ServerToServer.PingResponse.PingResponse |
( |
byte[] |
buffer | ) |
|
|
inline |
Initializes a new instance of the PingResponse class.
- Parameters
-
◆ SizeInBytes
| readonly int Photon.SocketServer.ServerToServer.PingResponse.SizeInBytes = 8 |
|
static |
◆ ClientTime
| int Photon.SocketServer.ServerToServer.PingResponse.ClientTime |
|
get |
◆ ServerTime
| int Photon.SocketServer.ServerToServer.PingResponse.ServerTime |
|
get |