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