Esempio n. 1
0
 public BaseStationInfo(Version fw, WirelessModels.BaseModel model, WirelessTypes.RegionCode region, Version asppVer_lxrs, Version asppVer_lxrsPlus) : this(msclPINVOKE.new_BaseStationInfo(Version.getCPtr(fw), (int)model, (int)region, Version.getCPtr(asppVer_lxrs), Version.getCPtr(asppVer_lxrsPlus)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public NodeInfo(Version fw, WirelessModels.NodeModel model, WirelessTypes.RegionCode region) : this(msclPINVOKE.new_NodeInfo(Version.getCPtr(fw), (int)model, (int)region), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 3
0
 public WirelessTypes.RegionCode regionCode()
 {
     WirelessTypes.RegionCode ret = (WirelessTypes.RegionCode)msclPINVOKE.BaseStation_regionCode(swigCPtr);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Esempio n. 4
0
 public virtual WirelessTypes.TransmitPower minTransmitPower(WirelessTypes.RegionCode region, WirelessTypes.CommProtocol commProtocol)
 {
     WirelessTypes.TransmitPower ret = (WirelessTypes.TransmitPower)msclPINVOKE.NodeFeatures_minTransmitPower__SWIG_0(swigCPtr, (int)region, (int)commProtocol);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Esempio n. 5
0
        public virtual TransmitPowers transmitPowers(WirelessTypes.RegionCode region, WirelessTypes.CommProtocol commProtocol)
        {
            TransmitPowers ret = new TransmitPowers(msclPINVOKE.NodeFeatures_transmitPowers__SWIG_1(swigCPtr, (int)region, (int)commProtocol), true);

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