/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 2.0.12 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ----------------------------------------------------------------------------- */ namespace SLNet { using System; using System.Runtime.InteropServices; public class RakPeer : RakPeerInterface { private HandleRef swigCPtr; internal RakPeer(IntPtr cPtr, bool cMemoryOwn) : base(SLikeNetPINVOKE.RakPeer_SWIGUpcast(cPtr), cMemoryOwn) { swigCPtr = new HandleRef(this, cPtr); } internal static HandleRef getCPtr(RakPeer obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; } ~RakPeer() { Dispose(); } public override void Dispose() { lock(this) { if (swigCPtr.Handle != IntPtr.Zero) { if (swigCMemOwn) { swigCMemOwn = false; SLikeNetPINVOKE.delete_RakPeer(swigCPtr); } swigCPtr = new HandleRef(null, IntPtr.Zero); } GC.SuppressFinalize(this); base.Dispose(); } } public override void GetIncomingPassword(ref string passwordData, ref int passwordDataLength ) { passwordData=CSharpGetIncomingPasswordHelper(passwordData,ref passwordDataLength); } public override void GetOfflinePingResponse( byte[] inOutByteArray, out uint length ) { CSharpGetOfflinePingResponseHelper(inOutByteArray,out length); } public override bool GetConnectionList(out SystemAddress[] remoteSystems, ref ushort numberOfSystems) { RakNetListSystemAddress passVal= new RakNetListSystemAddress(); bool returnVal = GetConnectionList(passVal,ref numberOfSystems); SystemAddress[] outVal = new SystemAddress[numberOfSystems]; for (int i=0; i