Beispiel #1
0
 public void thermocoupleType(ChannelMask mask, WirelessTypes.ThermocoupleType type)
 {
     msclPINVOKE.WirelessNodeConfig_thermocoupleType__SWIG_1(swigCPtr, ChannelMask.getCPtr(mask), (int)type);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public WirelessTypes.ThermocoupleType thermocoupleType()
 {
     WirelessTypes.ThermocoupleType ret = (WirelessTypes.ThermocoupleType)msclPINVOKE.TempSensorOptions_thermocoupleType(swigCPtr);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Beispiel #3
0
 public WirelessTypes.ThermocoupleType thermocoupleType(ChannelMask mask)
 {
     WirelessTypes.ThermocoupleType ret = (WirelessTypes.ThermocoupleType)msclPINVOKE.WirelessNodeConfig_thermocoupleType__SWIG_0(swigCPtr, ChannelMask.getCPtr(mask));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Beispiel #4
0
        public static TempSensorOptions Thermocouple(WirelessTypes.ThermocoupleType thermocouple)
        {
            TempSensorOptions ret = new TempSensorOptions(msclPINVOKE.TempSensorOptions_Thermocouple((int)thermocouple), true);

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