public SWIGTYPE_p_OTPacker GetPacker()
        {
            global::System.IntPtr cPtr = otapiPINVOKE.Storage_GetPacker__SWIG_1(swigCPtr);
            SWIGTYPE_p_OTPacker   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_OTPacker(cPtr, false);

            return(ret);
        }
예제 #2
0
    public SWIGTYPE_p_OTPacker GetPacker(PackType ePackType)
    {
        IntPtr cPtr             = otapiPINVOKE.Storage_GetPacker__SWIG_0(swigCPtr, (int)ePackType);
        SWIGTYPE_p_OTPacker ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_OTPacker(cPtr, false);

        return(ret);
    }
 internal static HandleRef getCPtr(SWIGTYPE_p_OTPacker obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #4
0
 internal static HandleRef getCPtr(SWIGTYPE_p_OTPacker obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_OTPacker obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
예제 #6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_OTPacker obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
예제 #7
0
 public SWIGTYPE_p_OTPacker GetPacker() {
   IntPtr cPtr = otapiPINVOKE.Storage_GetPacker__SWIG_1(swigCPtr);
   SWIGTYPE_p_OTPacker ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_OTPacker(cPtr, false);
   return ret;
 }