Show / Hide Table of Contents

Interface INetWrapper

Namespace: SlipeServer.Net.Wrappers
Assembly: SlipeServer.Net.dll
Syntax
public interface INetWrapper

Methods

| Edit this page View Source

GetClientSerialExtraAndVersion(ulong)

Declaration
Tuple<string, string, string> GetClientSerialExtraAndVersion(ulong binaryAddress)
Parameters
Type Name Description
ulong binaryAddress
Returns
Type Description
Tuple<string, string, string>
| Edit this page View Source

GetPlayerIp(ulong)

Declaration
IPAddress GetPlayerIp(ulong binaryAddress)
Parameters
Type Name Description
ulong binaryAddress
Returns
Type Description
IPAddress
| Edit this page View Source

ResendModPackets(ulong)

Declaration
void ResendModPackets(ulong binaryAddress)
Parameters
Type Name Description
ulong binaryAddress
| Edit this page View Source

ResendPlayerACInfo(ulong)

Declaration
void ResendPlayerACInfo(ulong binaryAddress)
Parameters
Type Name Description
ulong binaryAddress
| Edit this page View Source

SendPacket(ulong, PacketId, ushort, byte[], PacketPriority, PacketReliability)

Declaration
void SendPacket(ulong binaryAddress, PacketId packetId, ushort bitStreamVersion, byte[] data, PacketPriority priority = PacketPriority.High, PacketReliability reliability = PacketReliability.ReliableSequenced)
Parameters
Type Name Description
ulong binaryAddress
PacketId packetId
ushort bitStreamVersion
byte[] data
PacketPriority priority
PacketReliability reliability
| Edit this page View Source

SendPacket(ulong, ushort, Packet)

Declaration
void SendPacket(ulong binaryAddress, ushort bitStreamVersion, Packet packet)
Parameters
Type Name Description
ulong binaryAddress
ushort bitStreamVersion
Packet packet
| Edit this page View Source

SetAntiCheatConfig(IEnumerable<AntiCheat>, bool, AllowGta3ImgMods, IEnumerable<SpecialDetection>, DataFile)

Declaration
void SetAntiCheatConfig(IEnumerable<AntiCheat> disabledAntiCheats, bool hideAntiCheatFromClient, AllowGta3ImgMods allowGta3ImgMods, IEnumerable<SpecialDetection> enabledSpecialDetections, DataFile disallowedDataFiles)
Parameters
Type Name Description
IEnumerable<AntiCheat> disabledAntiCheats
bool hideAntiCheatFromClient
AllowGta3ImgMods allowGta3ImgMods
IEnumerable<SpecialDetection> enabledSpecialDetections
DataFile disallowedDataFiles
| Edit this page View Source

SetVersion(ulong, ushort)

Declaration
void SetVersion(ulong binaryAddress, ushort version)
Parameters
Type Name Description
ulong binaryAddress
ushort version
| Edit this page View Source

Start()

Declaration
void Start()
| Edit this page View Source

Stop()

Declaration
void Stop()

Events

| Edit this page View Source

PacketReceived

Declaration
event Action<INetWrapper, ulong, PacketId, byte[], uint?>? PacketReceived
Event Type
Type Description
Action<INetWrapper, ulong, PacketId, byte[], uint?>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX