Example #1
0
 EQApplicationPacket(EmuOpcode op, byte[] pBuffer, UInt32 size)
     : base(op, pBuffer, size)
 {
 }
Example #2
0
 EQApplicationPacket(EmuOpcode op)
     : base(op, null, 0)
 {
 }
Example #3
0
 EQApplicationPacket(EmuOpcode op, UInt32 size)
     : base(op, null, size)
 {
 }
Example #4
0
 EQApplicationPacket(EmuOpcode op, byte[] pBuffer, UInt32 size)
     : base(op, pBuffer, size)
 {
 }
Example #5
0
 EQApplicationPacket(EmuOpcode op, UInt32 size)
     : base(op, null, size)
 {
 }
Example #6
0
 EQApplicationPacket(EmuOpcode op)
     : base(op, null, 0)
 {
 }
Example #7
0
 public EQPacket(EmuOpcode op, byte[] pBuffer, UInt32 size)
 {
     this.pBuffer = pBuffer;
     this.Emu_Opcode = op;
     this.Size = size;
 }
Example #8
0
 public EQPacket(EmuOpcode op, byte[] pBuffer, UInt32 size)
 {
     this.pBuffer    = pBuffer;
     this.Emu_Opcode = op;
     this.Size       = size;
 }