Beispiel #1
0
 public DerivedChannelTypes(DerivedChannelTypes other) : this(msclPINVOKE.new_DerivedChannelTypes__SWIG_1(DerivedChannelTypes.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public DerivedChannelTypesEnumerator(DerivedChannelTypes collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Beispiel #3
0
 public void SetRange(int index, DerivedChannelTypes values)
 {
     msclPINVOKE.DerivedChannelTypes_SetRange(swigCPtr, index, DerivedChannelTypes.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #4
0
        public virtual DerivedChannelTypes derivedChannelTypes()
        {
            DerivedChannelTypes ret = new DerivedChannelTypes(msclPINVOKE.NodeFeatures_derivedChannelTypes(swigCPtr), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #5
0
        public static DerivedChannelTypes Repeat(WirelessTypes.DerivedChannelType value, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.DerivedChannelTypes_Repeat((int)value, count);
            DerivedChannelTypes   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new DerivedChannelTypes(cPtr, true);

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

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