예제 #1
0
 public WirelessPollData(WirelessPollData other) : this(msclPINVOKE.new_WirelessPollData__SWIG_1(WirelessPollData.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public WirelessPollDataEnumerator(WirelessPollData collection)
 {
     collectionRef = collection;
     keyCollection = new global::System.Collections.Generic.List <WirelessChannel.ChannelId>(collection.Keys);
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
예제 #3
0
        public WirelessPollData poll(ChannelMask mask)
        {
            WirelessPollData ret = new WirelessPollData(msclPINVOKE.WirelessNode_poll(swigCPtr, ChannelMask.getCPtr(mask)), true);

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