Beispiel #1
0
                public schedulingCellInfo_r10_Type Decode(BitArrayInputStream input)
                {
                    schedulingCellInfo_r10_Type type = new schedulingCellInfo_r10_Type();

                    type.InitDefaults();
                    switch (input.readBits(1))
                    {
                    case 0:
                        type.own_r10 = own_r10_Type.PerDecoder.Instance.Decode(input);
                        return(type);

                    case 1:
                        type.other_r10 = other_r10_Type.PerDecoder.Instance.Decode(input);
                        return(type);
                    }
                    throw new Exception(GetType().Name + ":NoChoice had been choose");
                }
                public schedulingCellInfo_r10_Type Decode(BitArrayInputStream input)
                {
                    schedulingCellInfo_r10_Type type = new schedulingCellInfo_r10_Type();
                    type.InitDefaults();
                    switch (input.readBits(1))
                    {
                        case 0:
                            type.own_r10 = own_r10_Type.PerDecoder.Instance.Decode(input);
                            return type;

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