コード例 #1
0
                            public eventA1_Type Decode(BitArrayInputStream input)
                            {
                                eventA1_Type type = new eventA1_Type();

                                type.InitDefaults();
                                type.a1_Threshold = ThresholdEUTRA.PerDecoder.Instance.Decode(input);
                                return(type);
                            }
コード例 #2
0
ファイル: ReportConfig.cs プロジェクト: ouyh18/LtePlatform
 public eventA1_Type Decode(BitArrayInputStream input)
 {
     eventA1_Type type = new eventA1_Type();
     type.InitDefaults();
     type.a1_Threshold = ThresholdEUTRA.PerDecoder.Instance.Decode(input);
     return type;
 }