C# Class WoWClassic.Cluster.ServicePacketPair

Afficher le fichier Open project: miceiken/WoWClassicAuthServer Class Usage Examples

Méthodes publiques

Свойство Type Description
PacketId byte
Service byte

Méthodes publiques

Méthode Description
ServicePacketPair ( byte service, byte packetId )

Method Details

ServicePacketPair() public méthode

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

Property Details

PacketId public_oe property

public byte PacketId
Résultat byte

Service public_oe property

public byte Service
Résultat byte