Exemple #1
0
            public RLF_TimersAndConstants_r9 Decode(BitArrayInputStream input)
            {
                RLF_TimersAndConstants_r9 _r = new RLF_TimersAndConstants_r9();

                _r.InitDefaults();
                switch (input.readBits(1))
                {
                case 0:
                    return(_r);

                case 1:
                    _r.setup = setup_Type.PerDecoder.Instance.Decode(input);
                    return(_r);
                }
                throw new Exception(GetType().Name + ":NoChoice had been choose");
            }
Exemple #2
0
            public RLF_TimersAndConstants_r9 Decode(BitArrayInputStream input)
            {
                RLF_TimersAndConstants_r9 _r = new RLF_TimersAndConstants_r9();
                _r.InitDefaults();
                switch (input.readBits(1))
                {
                    case 0:
                        return _r;

                    case 1:
                        _r.setup = setup_Type.PerDecoder.Instance.Decode(input);
                        return _r;
                }
                throw new Exception(GetType().Name + ":NoChoice had been choose");
            }