示例#1
0
 public WirelessTypes.RtdType rtdType()
 {
     WirelessTypes.RtdType ret = (WirelessTypes.RtdType)msclPINVOKE.TempSensorOptions_rtdType(swigCPtr);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
示例#2
0
        public static TempSensorOptions RTD(WirelessTypes.RtdWireType wire, WirelessTypes.RtdType rtd)
        {
            TempSensorOptions ret = new TempSensorOptions(msclPINVOKE.TempSensorOptions_RTD((int)wire, (int)rtd), true);

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