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

                    type.InitDefaults();
                    type.threshX_HighQ_r9 = input.readBits(5);
                    type.threshX_LowQ_r9  = input.readBits(5);
                    return(type);
                }
Пример #2
0
 public threshX_Q_r9_Type Decode(BitArrayInputStream input)
 {
     threshX_Q_r9_Type type = new threshX_Q_r9_Type();
     type.InitDefaults();
     type.threshX_HighQ_r9 = input.readBits(5);
     type.threshX_LowQ_r9 = input.readBits(5);
     return type;
 }