Esempio n. 1
0
 private void showYxReceivedAddressInt32Vqt(SdkNative.AddressInt32Vqt[] yxs, ref SdkNative.PsmAttach attach)
 {
     if (yxs == null)
     {
         postInfo("YxReceivedAddressInt32Vqt is null"); return;
     }
     postInfo("SDK Received FileTansfer - YX.Count : " + yxs.Length
              + " ; attach.reason : " + attach.reason + " ; attach.containerId : " + attach.containerId + " ; attach.sourceUserId : " + attach.sourceUserId + " ; attach.targetUserID : " + attach.targetUserID + " ; attach.tag : " + attach.tag);
 }
Esempio n. 2
0
 private void showYcReceivedAddressVqtText15(SdkNative.AddressVqtRealText15[] ycs, ref SdkNative.PsmAttach attach)
 {
     if (ycs == null)
     {
         postInfo("YcReceivedAddressVqtText15 is null"); return;
     }
     postInfo("SDK Received FileTansfer - YC.Count : " + ycs.Length
              + " ; attach.reason : " + attach.reason + " ; attach.containerId : " + attach.containerId + " ; attach.sourceUserId : " + attach.sourceUserId + " ; attach.targetUserID : " + attach.targetUserID + " ; attach.tag : " + attach.tag);
 }
Esempio n. 3
0
 private void showFileTansfer(string sFilePath, ref SdkNative.PsmAttach attach)
 {
     postInfo("SDK Received FileTansfer - FilePath : " + sFilePath
              + " ; attach.reason : " + attach.reason + " ; attach.containerId : " + attach.containerId + " ; attach.sourceUserId : " + attach.sourceUserId + " ; attach.targetUserID : " + attach.targetUserID + " ; attach.tag : " + attach.tag);
 }
Esempio n. 4
0
 private void showMessageCommand(string sCommand, string sParam, ref SdkNative.PsmAttach attach)
 {
     postInfo("SDK Received MessageCommand - Command : " + sCommand + " ; Param : " + sParam
              + " ; attach.reason : " + attach.reason + " ; attach.containerId : " + attach.containerId + " ; attach.sourceUserId : " + attach.sourceUserId + " ; attach.targetUserID : " + attach.targetUserID + " ; attach.tag : " + attach.tag);
 }