Ejemplo n.º 1
0
                public antennaInfo_r10_Type Decode(BitArrayInputStream input)
                {
                    antennaInfo_r10_Type type = new antennaInfo_r10_Type();

                    type.InitDefaults();
                    switch (input.ReadBits(1))
                    {
                    case 0:
                        type.explicitValue_r10 = AntennaInfoDedicated_r10.PerDecoder.Instance.Decode(input);
                        return(type);

                    case 1:
                        return(type);
                    }
                    throw new Exception(GetType().Name + ":NoChoice had been choose");
                }
Ejemplo n.º 2
0
                public antennaInfo_r10_Type Decode(BitArrayInputStream input)
                {
                    antennaInfo_r10_Type type = new antennaInfo_r10_Type();
                    type.InitDefaults();
                    switch (input.ReadBits(1))
                    {
                        case 0:
                            type.explicitValue_r10 = AntennaInfoDedicated_r10.PerDecoder.Instance.Decode(input);
                            return type;

                        case 1:
                            return type;
                    }
                    throw new Exception(GetType().Name + ":NoChoice had been choose");
                }