Beispiel #1
0
        public SdpMessage getSdpMessage()
        {
            IntPtr     cPtr = tinyWRAPPINVOKE.SipMessage_getSdpMessage(swigCPtr);
            SdpMessage ret  = (cPtr == IntPtr.Zero) ? null : new SdpMessage(cPtr, false);

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