C# Class SOE.Core.MessageHandlers

Afficher le fichier Open project: Joshsora/LibSOE Class Usage Examples

Méthodes publiques

Свойство Type Description
Protocol2Handlers Dictionary>
Protocol2MessageName Dictionary>

Méthodes publiques

Méthode Description
GetHandler ( string protocol, ushort OpCode ) : DelSOEMessageHandler
HasHandler ( string protocol, ushort OpCode ) : bool
Initialize ( ) : void
MakeProtocol ( string protocol ) : void

Private Methods

Méthode Description
LoadMessageHandlers ( ) : void

Method Details

GetHandler() public static méthode

public static GetHandler ( string protocol, ushort OpCode ) : DelSOEMessageHandler
protocol string
OpCode ushort
Résultat DelSOEMessageHandler

HasHandler() public static méthode

public static HasHandler ( string protocol, ushort OpCode ) : bool
protocol string
OpCode ushort
Résultat bool

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

MakeProtocol() public static méthode

public static MakeProtocol ( string protocol ) : void
protocol string
Résultat void

Property Details

Protocol2Handlers public_oe static_oe property

public static Dictionary> Protocol2Handlers
Résultat Dictionary>

Protocol2MessageName public_oe static_oe property

public static Dictionary> Protocol2MessageName
Résultat Dictionary>