Ejemplo n.º 1
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);
                            }
Ejemplo n.º 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;
 }