示例#1
0
        public virtual bool isChannelSettingReadOnly(WirelessTypes.ChannelGroupSetting setting)
        {
            bool ret = msclPINVOKE.NodeFeatures_isChannelSettingReadOnly(swigCPtr, (int)setting);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#2
0
        public ushort eepromLocation(WirelessTypes.ChannelGroupSetting setting)
        {
            ushort ret = msclPINVOKE.ChannelGroup_eepromLocation(swigCPtr, (int)setting);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#3
0
        public virtual bool supportsChannelSetting(WirelessTypes.ChannelGroupSetting setting, ChannelMask mask)
        {
            bool ret = msclPINVOKE.NodeFeatures_supportsChannelSetting(swigCPtr, (int)setting, ChannelMask.getCPtr(mask));

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#4
0
        public bool hasSettingAndChannel(WirelessTypes.ChannelGroupSetting setting, byte channelNumber)
        {
            bool ret = msclPINVOKE.ChannelGroup_hasSettingAndChannel(swigCPtr, (int)setting, channelNumber);

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