Example #1
0
        public void SetLoRaPageInterface(ushort pageID, ILoRaToPageInterface interfaceParam)
        {
            switch (pageID)
            {
            case Application_TypesConstants.VeriOkumaPageID:
                this.veriKanaliOkumaPageInterface = interfaceParam;
                break;

            default:
                break;
            }
        }
        public void SetLoRaPageInterface(ushort pageID, ILoRaToPageInterface interfaceParam)
        {
            switch (pageID)
            {
            case Application_TypesConstants.CihazTaramaPageID:
                this.cihazTaramaPageInterface = interfaceParam;
                break;

            case Application_TypesConstants.VeriOkumaPageID:
                this.veriKanaliOkumaPageInterface = interfaceParam;
                break;

            case Application_TypesConstants.DosyaIslemleriPageID:
                this.dosyaIslemleriPageInterface = interfaceParam;
                break;

            case Application_TypesConstants.EndPointConfigPageID:
                this.cihazConfigPageInterface = interfaceParam;
                break;

            default:
                break;
            }
        }