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

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