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

                                type.InitDefaults();
                                type.b2_Threshold1 = ThresholdEUTRA.PerDecoder.Instance.Decode(input);
                                type.b2_Threshold2 = b2_Threshold2_Type.PerDecoder.Instance.Decode(input);
                                return(type);
                            }
Beispiel #2
0
 public eventB2_Type Decode(BitArrayInputStream input)
 {
     eventB2_Type type = new eventB2_Type();
     type.InitDefaults();
     type.b2_Threshold1 = ThresholdEUTRA.PerDecoder.Instance.Decode(input);
     type.b2_Threshold2 = b2_Threshold2_Type.PerDecoder.Instance.Decode(input);
     return type;
 }