public eventA5_Type Decode(BitArrayInputStream input)
                            {
                                eventA5_Type type = new eventA5_Type();

                                type.InitDefaults();
                                type.a5_Threshold1 = ThresholdEUTRA.PerDecoder.Instance.Decode(input);
                                type.a5_Threshold2 = ThresholdEUTRA.PerDecoder.Instance.Decode(input);
                                return(type);
                            }
Exemple #2
0
 public eventA5_Type Decode(BitArrayInputStream input)
 {
     eventA5_Type type = new eventA5_Type();
     type.InitDefaults();
     type.a5_Threshold1 = ThresholdEUTRA.PerDecoder.Instance.Decode(input);
     type.a5_Threshold2 = ThresholdEUTRA.PerDecoder.Instance.Decode(input);
     return type;
 }