FreeSWITCH.Native.ip_t.ip_t C# (CSharp) Method

ip_t() private method

private ip_t ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
return System
        internal ip_t(IntPtr cPtr, bool cMemoryOwn)
        {
            swigCMemOwn = cMemoryOwn;
            swigCPtr = new HandleRef(this, cPtr);
        }

Same methods

ip_t::ip_t ( ) : System