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