예제 #1
0
 public void SetRange(int index, ChannelGroupSettings values)
 {
     msclPINVOKE.ChannelGroupSettings_SetRange(swigCPtr, index, ChannelGroupSettings.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public ChannelGroupSettings(ChannelGroupSettings other) : this(msclPINVOKE.new_ChannelGroupSettings__SWIG_1(ChannelGroupSettings.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }