Esempio n. 1
0
 public WirelessTypes.ThermistorType thermistorType()
 {
     WirelessTypes.ThermistorType ret = (WirelessTypes.ThermistorType)msclPINVOKE.TempSensorOptions_thermistorType(swigCPtr);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Esempio n. 2
0
        public static TempSensorOptions Thermistor(WirelessTypes.ThermistorType thermistor)
        {
            TempSensorOptions ret = new TempSensorOptions(msclPINVOKE.TempSensorOptions_Thermistor((int)thermistor), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }