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