Delegate BattleNetClient.DelegateHandleSocketDataV2
Namespace: Asgard3.Core.BattleNetClient
Assembly: Asgard3.Core.dll
Syntax
public delegate void DelegateHandleSocketDataV2(byte packetid, ServiceType socket, string username, byte[] data, Color col, SocketAction action);
Parameters
Type | Name | Description |
---|---|---|
System.Byte | packetid | |
ServiceType | socket | |
System.String | username | |
System.Byte[] | data | |
System.Drawing.Color | col | |
SocketAction | action |