public void cfcFilterConfig(WirelessTypes.ChannelFrequencyClass cfc)
 {
     msclPINVOKE.WirelessNodeConfig_cfcFilterConfig__SWIG_1(swigCPtr, (int)cfc);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public WirelessTypes.ChannelFrequencyClass getCfcFilterConfiguration()
 {
     WirelessTypes.ChannelFrequencyClass ret = (WirelessTypes.ChannelFrequencyClass)msclPINVOKE.WirelessNode_getCfcFilterConfiguration(swigCPtr);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }