Пример #1
0
 public MipCommandBytes(MipTypes.Command _id) : this(msclPINVOKE.new_MipCommandBytes__SWIG_1((int)_id), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public MipCommandBytes(MipTypes.Command _id, BytesCollection _cmds) : this(msclPINVOKE.new_MipCommandBytes__SWIG_3((int)_id, BytesCollection.getCPtr(_cmds)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #3
0
 public MipCommandParamPair(MipTypes.Command first, MipFieldValues second) : this(msclPINVOKE.new_MipCommandParamPair__SWIG_1((int)first, MipFieldValues.getCPtr(second)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #4
0
        public bool supportsCommand(MipTypes.Command commandId)
        {
            bool ret = msclPINVOKE.MipNodeFeatures_supportsCommand(swigCPtr, (int)commandId);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }