コード例 #1
0
 public void transmitPower(WirelessTypes.TransmitPower power)
 {
     msclPINVOKE.BaseStationConfig_transmitPower__SWIG_1(swigCPtr, (int)power);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public WirelessTypes.TransmitPower getTransmitPower()
 {
     WirelessTypes.TransmitPower ret = (WirelessTypes.TransmitPower)msclPINVOKE.BaseStation_getTransmitPower(swigCPtr);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
コード例 #3
0
 public WirelessTypes.TransmitPower transmitPower()
 {
     WirelessTypes.TransmitPower ret = (WirelessTypes.TransmitPower)msclPINVOKE.WirelessNodeConfig_transmitPower__SWIG_0(swigCPtr);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
コード例 #4
0
 public virtual WirelessTypes.TransmitPower minTransmitPower(WirelessTypes.CommProtocol commProtocol)
 {
     WirelessTypes.TransmitPower ret = (WirelessTypes.TransmitPower)msclPINVOKE.NodeFeatures_minTransmitPower__SWIG_1(swigCPtr, (int)commProtocol);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
コード例 #5
0
 public virtual WirelessTypes.TransmitPower maxTransmitPower(WirelessTypes.RegionCode region, WirelessTypes.CommProtocol commProtocol)
 {
     WirelessTypes.TransmitPower ret = (WirelessTypes.TransmitPower)msclPINVOKE.BaseStationFeatures_maxTransmitPower(swigCPtr, (int)region, (int)commProtocol);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
コード例 #6
0
        public virtual bool supportsTransmitPower(WirelessTypes.TransmitPower power)
        {
            bool ret = msclPINVOKE.NodeFeatures_supportsTransmitPower(swigCPtr, (int)power);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #7
0
        public virtual bool supportsTransmitPower(WirelessTypes.TransmitPower power, WirelessTypes.CommProtocol commProtocol)
        {
            bool ret = msclPINVOKE.BaseStationFeatures_supportsTransmitPower(swigCPtr, (int)power, (int)commProtocol);

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