15declare(strict_types=1);
17namespace raklib\protocol;
22 public int $sendPingTime;
26 $out->putLong($this->sendPingTime);
28 $out->putLong($this->clientId);
32 $this->sendPingTime = $in->getLong();
34 $this->clientId = $in->
getLong();
writeMagic(BinaryStream $out)
readMagic(BinaryStream $in)
decodePayload(PacketSerializer $in)
const ID_UNCONNECTED_PING
Ping from an unconnected system. Reply but do not update timestamps. (internal use only)