Ejemplo n.º 1
0
 public void SetRange(int index, SensorCollection values)
 {
     EfficioRuntimePINVOKE.SensorCollection_SetRange(swigCPtr, index, SensorCollection.getCPtr(values));
     if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
     {
         throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public SensorCollection(SensorCollection other) : this(EfficioRuntimePINVOKE.new_SensorCollection__SWIG_1(SensorCollection.getCPtr(other)), true)
 {
     if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
     {
         throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
     }
 }