Exemplo n.º 1
0
 public void dataFormat(WirelessTypes.DataFormat format)
 {
     msclPINVOKE.WirelessNodeConfig_dataFormat__SWIG_1(swigCPtr, (int)format);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public WirelessTypes.DataFormat dataFormat()
 {
     WirelessTypes.DataFormat ret = (WirelessTypes.DataFormat)msclPINVOKE.WirelessNodeConfig_dataFormat__SWIG_0(swigCPtr);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Exemplo n.º 3
0
        public virtual uint maxSweepsPerBurst(WirelessTypes.DataMode dataMode, WirelessTypes.DataFormat dataFormat, ChannelMask channels)
        {
            uint ret = msclPINVOKE.NodeFeatures_maxSweepsPerBurst(swigCPtr, (int)dataMode, (int)dataFormat, ChannelMask.getCPtr(channels));

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 4
0
        public virtual bool supportsDataFormat(WirelessTypes.DataFormat dataFormat)
        {
            bool ret = msclPINVOKE.NodeFeatures_supportsDataFormat(swigCPtr, (int)dataFormat);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 5
0
        public virtual uint maxEventTriggerTotalDuration(WirelessTypes.DataMode dataMode, WirelessTypes.DataFormat dataFormat, ChannelMask rawChannels, DerivedChannelMasks derivedChannelMasks, SampleRate rawSampleRate, SampleRate derivedDataRate)
        {
            uint ret = msclPINVOKE.NodeFeatures_maxEventTriggerTotalDuration(swigCPtr, (int)dataMode, (int)dataFormat, ChannelMask.getCPtr(rawChannels), DerivedChannelMasks.getCPtr(derivedChannelMasks), SampleRate.getCPtr(rawSampleRate), SampleRate.getCPtr(derivedDataRate));

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 6
0
        public virtual TimeSpan minTimeBetweenBursts(WirelessTypes.DataMode dataMode, WirelessTypes.DataFormat dataFormat, ChannelMask rawChannels, DerivedChannelMasks derivedChannelMasks, SampleRate rawSampleRate, uint sweepsPerBurst, WirelessTypes.CommProtocol commProtocol)
        {
            TimeSpan ret = new TimeSpan(msclPINVOKE.NodeFeatures_minTimeBetweenBursts(swigCPtr, (int)dataMode, (int)dataFormat, ChannelMask.getCPtr(rawChannels), DerivedChannelMasks.getCPtr(derivedChannelMasks), SampleRate.getCPtr(rawSampleRate), sweepsPerBurst, (int)commProtocol), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 7
0
        public static float flashBandwidth_burst(WirelessTypes.WirelessSampleRate rawSampleRate, WirelessTypes.DataFormat dataFormat, byte numRawChannels, uint derivedBytesPerSweep, uint numSweeps, TimeSpan timeBetweenBursts)
        {
            float ret = msclPINVOKE.WirelessNodeConfig_flashBandwidth_burst((int)rawSampleRate, (int)dataFormat, numRawChannels, derivedBytesPerSweep, numSweeps, TimeSpan.getCPtr(timeBetweenBursts));

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 8
0
        public static float flashBandwidth(WirelessTypes.WirelessSampleRate rawSampleRate, WirelessTypes.DataFormat dataFormat, byte numRawChannels, uint derivedBytesPerSweep, WirelessTypes.WirelessSampleRate derivedRate)
        {
            float ret = msclPINVOKE.WirelessNodeConfig_flashBandwidth((int)rawSampleRate, (int)dataFormat, numRawChannels, derivedBytesPerSweep, (int)derivedRate);

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