コード例 #1
0
ファイル: Buddy.cs プロジェクト: sumritt/PJSIP-PJSUA2-CSharp
 public void create(Account acc, BuddyConfig cfg)
 {
     pjsua2PINVOKE.Buddy_create(swigCPtr, Account.getCPtr(acc), BuddyConfig.getCPtr(cfg));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }