示例#1
0
 public static void DestroyInstance(FileListProgress i)
 {
     RakNetPINVOKE.FileListProgress_DestroyInstance(FileListProgress.getCPtr(i));
 }
示例#2
0
 public void RemoveCallback(FileListProgress cb)
 {
     RakNetPINVOKE.FileList_RemoveCallback(swigCPtr, FileListProgress.getCPtr(cb));
 }
示例#3
0
        public ushort DownloadFromSubdirectory(string subdir, string outputSubdir, bool prependAppDirToOutputSubdir, SystemAddress host, FileListTransferCBInterface onFileCallback, PacketPriority _priority, char _orderingChannel, FileListProgress cb)
        {
            ushort ret = RakNetPINVOKE.DirectoryDeltaTransfer_DownloadFromSubdirectory(swigCPtr, 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);
        }
示例#4
0
 public void SetCallback(FileListProgress cb)
 {
     RakNetPINVOKE.FileListTransfer_SetCallback(swigCPtr, FileListProgress.getCPtr(cb));
 }
示例#5
0
 public void RemoveCallback(FileListProgress cb)
 {
     RakNetPINVOKE.CSharp_FileListTransfer_RemoveCallback(swigCPtr, FileListProgress.getCPtr(cb));
 }
示例#6
0
 public void AddCallback(FileListProgress cb)
 {
     RakNetPINVOKE.CSharp_FileList_AddCallback(swigCPtr, FileListProgress.getCPtr(cb));
 }