Latency

Used to calculate latency by both the hub and the node. When this packet is received it should be immeditaly sent back to the sender without any change.

@clientbound
@serverbound
class Latency : HncomPacket {}

Members

Mixins

__anonymous
mixin Make
Undocumented in source.

Variables

ID
enum ubyte ID;
Undocumented in source.
id
uint id;

Id of the ping/pong. Should be unique for the session.

Mixed In Members

From mixin Make

__anonymous
mixin xpacket.maker.Make
Undocumented in source.
fromBuffer
typeof(this) fromBuffer(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta