PacketEventArgs
Namespace: DataFlow
Contains event data for received packets.
public class PacketEventArgs : System.EventArgs
Inheritance Object → EventArgs → PacketEventArgs
Fields
Guid
The sender GUID.
public Guid Guid;
Packet
The received packet.
public Packet Packet;
Constructors
PacketEventArgs(Guid, Packet)
Initializes the event data using the provided GUID, packet and identifier.
public PacketEventArgs(Guid guid, Packet packet)
Parameters
guid
Guid
The sender GUID.
packet
Packet
The received packet.