Exemple #1
0
 public ConfigIssue(ConfigIssue.ConfigOption optionId, string description, ChannelMask mask) : this(msclPINVOKE.new_ConfigIssue__SWIG_2((int)optionId, description, ChannelMask.getCPtr(mask)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public ConfigIssue(ConfigIssue.ConfigOption optionId, string description) : this(msclPINVOKE.new_ConfigIssue__SWIG_1((int)optionId, description), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #3
0
 public ConfigIssue.ConfigOption id()
 {
     ConfigIssue.ConfigOption ret = (ConfigIssue.ConfigOption)msclPINVOKE.ConfigIssue_id(swigCPtr);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }