Beispiel #1
0
    public OpalStatusIncomingCall GetIncomingCall()
    {
        global::System.IntPtr  cPtr = OPALPINVOKE.OpalMessagePtr_GetIncomingCall(swigCPtr);
        OpalStatusIncomingCall ret  = (cPtr == global::System.IntPtr.Zero) ? null : new OpalStatusIncomingCall(cPtr, false);

        return(ret);
    }
Beispiel #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OpalStatusIncomingCall obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Beispiel #3
0
 internal static HandleRef getCPtr(OpalStatusIncomingCall obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OpalStatusIncomingCall obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(OpalStatusIncomingCall obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }