C# Class PacketLoggerToFile.DetouredFunctions.CClientSocket

Show file Open project: xcvd/Detours

Public Properties

Property Type Description
SendPacket MapleFunctions.CClientSocket.DSendPacket

Public Methods

Method Description
DetouredSendPacket ( IntPtr @this, IntPtr packetPointer ) : int

Method Details

DetouredSendPacket() public static method

public static DetouredSendPacket ( IntPtr @this, IntPtr packetPointer ) : int
@this System.IntPtr
packetPointer System.IntPtr
return int

Property Details

SendPacket public static property

public static MapleFunctions.CClientSocket.DSendPacket SendPacket
return MapleFunctions.CClientSocket.DSendPacket