public void SetRange(int index, GpioPinModeOptions values)
 {
     msclPINVOKE.GpioPinModeOptions_SetRange(swigCPtr, index, GpioPinModeOptions.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public GpioPinModeOptions(GpioPinModeOptions other) : this(msclPINVOKE.new_GpioPinModeOptions__SWIG_1(GpioPinModeOptions.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }