public eventA5_Type Decode(BitArrayInputStream input) { eventA5_Type type = new eventA5_Type(); type.InitDefaults(); type.a5_Threshold1 = ThresholdEUTRA.PerDecoder.Instance.Decode(input); type.a5_Threshold2 = ThresholdEUTRA.PerDecoder.Instance.Decode(input); return(type); }
public eventA5_Type Decode(BitArrayInputStream input) { eventA5_Type type = new eventA5_Type(); type.InitDefaults(); type.a5_Threshold1 = ThresholdEUTRA.PerDecoder.Instance.Decode(input); type.a5_Threshold2 = ThresholdEUTRA.PerDecoder.Instance.Decode(input); return type; }