PingResp

A PINGRESP Packet is sent by the Server to the Client in response to a PINGREQ Packet. It indicates that the Server is alive. This Packet is used in Keep Alive processing.

@safe
struct PingResp {}

Members

Variables

header
FixedHeader header;
Undocumented in source.

Meta