public PowerPrefIndicationConfig_r11 Decode(BitArrayInputStream input)
            {
                PowerPrefIndicationConfig_r11 _r = new PowerPrefIndicationConfig_r11();
                _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 PowerPrefIndicationConfig_r11 Decode(BitArrayInputStream input)
            {
                PowerPrefIndicationConfig_r11 _r = new PowerPrefIndicationConfig_r11();

                _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");
            }