Example #1
0
                            public eventA2_Type Decode(BitArrayInputStream input)
                            {
                                eventA2_Type type = new eventA2_Type();

                                type.InitDefaults();
                                type.a2_Threshold = ThresholdEUTRA.PerDecoder.Instance.Decode(input);
                                return(type);
                            }
Example #2
0
 public eventA2_Type Decode(BitArrayInputStream input)
 {
     eventA2_Type type = new eventA2_Type();
     type.InitDefaults();
     type.a2_Threshold = ThresholdEUTRA.PerDecoder.Instance.Decode(input);
     return type;
 }