Пример #1
0
                        public subbandCQI_Type Decode(BitArrayInputStream input)
                        {
                            subbandCQI_Type type = new subbandCQI_Type();

                            type.InitDefaults();
                            type.k = input.readBits(2) + 1;
                            return(type);
                        }
Пример #2
0
 public subbandCQI_Type Decode(BitArrayInputStream input)
 {
     subbandCQI_Type type = new subbandCQI_Type();
     type.InitDefaults();
     type.k = input.readBits(2) + 1;
     return type;
 }