public bool addCommand(string command, SWIGTYPE_p_ArFunctor3T_char_pp_int_ArSocket_p_t functor, string help)
        {
            bool ret = AriaCSPINVOKE.ArNetServer_addCommand(swigCPtr, command, SWIGTYPE_p_ArFunctor3T_char_pp_int_ArSocket_p_t.getCPtr(functor), help);

            return(ret);
        }
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ArFunctor3T_char_pp_int_ArSocket_p_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }