Ejemplo n.º 1
0
 public void sensorOutputMode(WirelessTypes.SensorOutputMode mode)
 {
     msclPINVOKE.WirelessNodeConfig_sensorOutputMode__SWIG_1(swigCPtr, (int)mode);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public WirelessTypes.SensorOutputMode sensorOutputMode()
 {
     WirelessTypes.SensorOutputMode ret = (WirelessTypes.SensorOutputMode)msclPINVOKE.WirelessNodeConfig_sensorOutputMode__SWIG_0(swigCPtr);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }