public bool SendMessage(OpalMessagePtr message) { bool ret = OPALPINVOKE.OpalContext_SendMessage__SWIG_0(swigCPtr, OpalMessagePtr.getCPtr(message)); if (OPALPINVOKE.SWIGPendingException.Pending) { throw OPALPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool SetUpCall(OpalMessagePtr response, string partyB) { bool ret = OPALPINVOKE.OpalContext_SetUpCall__SWIG_2(swigCPtr, OpalMessagePtr.getCPtr(response), partyB); if (OPALPINVOKE.SWIGPendingException.Pending) { throw OPALPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }