Example #1
0
 public void RemoveCallback(FileListProgress cb)
 {
     RakNetPINVOKE.CSharp_RakNet_FileList_RemoveCallback(swigCPtr, FileListProgress.getCPtr(cb));
 }
Example #2
0
 public void RemoveCallback(FileListProgress cb)
 {
     RakNetPINVOKE.FileListTransfer_RemoveCallback(swigCPtr, FileListProgress.getCPtr(cb));
 }
Example #3
0
 public void AddCallback(FileListProgress cb)
 {
     RakNetPINVOKE.FileList_AddCallback(swigCPtr, FileListProgress.getCPtr(cb));
 }
 public static void DestroyInstance(FileListProgress i)
 {
     RakNetPINVOKE.CSharp_RakNet_FileListProgress_DestroyInstance(FileListProgress.getCPtr(i));
 }
Example #5
0
        public ushort DownloadFromSubdirectory(FileList localFiles, string subdir, string outputSubdir, bool prependAppDirToOutputSubdir, SystemAddress host, FileListTransferCBInterface onFileCallback, PacketPriority _priority, char _orderingChannel, FileListProgress cb)
        {
            ushort ret = RakNetPINVOKE.DirectoryDeltaTransfer_DownloadFromSubdirectory__SWIG_1(swigCPtr, FileList.getCPtr(localFiles), subdir, outputSubdir, prependAppDirToOutputSubdir, SystemAddress.getCPtr(host), FileListTransferCBInterface.getCPtr(onFileCallback), (int)_priority, _orderingChannel, FileListProgress.getCPtr(cb));

            if (RakNetPINVOKE.SWIGPendingException.Pending)
            {
                throw RakNetPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #6
0
 public void AddCallback(FileListProgress cb)
 {
     RakNetPINVOKE.CSharp_RakNet_FileListTransfer_AddCallback(swigCPtr, FileListProgress.getCPtr(cb));
 }