C# Class WoWClassic.Cluster.ServicePacketPair

Mostrar archivo Open project: miceiken/WoWClassicAuthServer Class Usage Examples

Public Properties

Property Type Description
PacketId byte
Service byte

Public Methods

Method Description
ServicePacketPair ( byte service, byte packetId )

Method Details

ServicePacketPair() public method

public ServicePacketPair ( byte service, byte packetId )
service byte
packetId byte

Property Details

PacketId public_oe property

public byte PacketId
return byte

Service public_oe property

public byte Service
return byte