public static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ArRetFunctor2T_ArBatteryMTX_p_int_char_const_p_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#2
0
        public static bool batteryAddCreator(string batteryType, SWIGTYPE_p_ArRetFunctor2T_ArBatteryMTX_p_int_char_const_p_t creator)
        {
            bool ret = AriaCSPINVOKE.Aria_batteryAddCreator(batteryType, SWIGTYPE_p_ArRetFunctor2T_ArBatteryMTX_p_int_char_const_p_t.getCPtr(creator));

            return(ret);
        }