Exemple #1
0
 public TransmitPowers(TransmitPowers other) : this(msclPINVOKE.new_TransmitPowers__SWIG_1(TransmitPowers.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public TransmitPowersEnumerator(TransmitPowers collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Exemple #3
0
 public void SetRange(int index, TransmitPowers values)
 {
     msclPINVOKE.TransmitPowers_SetRange(swigCPtr, index, TransmitPowers.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #4
0
        public virtual TransmitPowers transmitPowers()
        {
            TransmitPowers ret = new TransmitPowers(msclPINVOKE.NodeFeatures_transmitPowers(swigCPtr), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #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);
        }
Exemple #6
0
        public static TransmitPowers Repeat(WirelessTypes.TransmitPower value, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.TransmitPowers_Repeat((int)value, count);
            TransmitPowers        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new TransmitPowers(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #7
0
        public TransmitPowers GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.TransmitPowers_GetRange(swigCPtr, index, count);
            TransmitPowers        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new TransmitPowers(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #8
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TransmitPowers obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }