Exemplo n.º 1
0
 public WirelessTypes.TransducerType transducerType()
 {
     WirelessTypes.TransducerType ret = (WirelessTypes.TransducerType)msclPINVOKE.TempSensorOptions_transducerType(swigCPtr);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Exemplo n.º 2
0
        public virtual bool supportsTransducerType(WirelessTypes.TransducerType transducerType)
        {
            bool ret = msclPINVOKE.NodeFeatures_supportsTransducerType(swigCPtr, (int)transducerType);

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