C# Class WoWClassic.Common.Protocol.ServicePacketPair

Datei anzeigen Open project: miceiken/WoWClassicAuthServer

Public Properties

Property Type Description
PacketId byte
Service byte

Public Methods

Method Description
ServicePacketPair ( byte service, byte packetId ) : System

Method Details

ServicePacketPair() public method

public ServicePacketPair ( byte service, byte packetId ) : System
service byte
packetId byte
return System

Property Details

PacketId public_oe property

public byte PacketId
return byte

Service public_oe property

public byte Service
return byte