Interface IWarden
Namespace: Asgard3.Core.BattleNetClient
Assembly: Asgard3.Core.dll
Syntax
public interface IWarden
Methods
| Improve this Doc View SourceInitialize(Int32)
Initialize warden.
Declaration
bool Initialize(int seed)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | seed | The seed of the cdkey. |
Returns
Type | Description |
---|---|
System.Boolean |
ProcessData(Byte[])
The warden packet from battle.net
Declaration
void ProcessData(byte[] data)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | data | The data. |
UnInitialize()
UnInitialize Warden.
Declaration
void UnInitialize()