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

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

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

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