Skip to content

Exomia.Network.DefaultPackets

Daniel Baetz edited this page Feb 12, 2020 · 8 revisions

ConnectPacket

A connect packet.

public struct Exomia.Network.DefaultPackets.ConnectPacket

Fields

e__FixedBuffer Checksum

Summary:

Gets the checksum[16].



PingPacket

A ping packet.

public struct Exomia.Network.DefaultPackets.PingPacket

Constructors

.ctor PingPacket(Int64 timestamp)

Summary:

Initializes a new instance of the struct.

Parameter:

  • timestamp - The timestamp.


Fields

Int64 Timestamp

Summary:

The timestamp.