Esempio n. 1
0
            public MBMSInterestIndication_r11 Decode(BitArrayInputStream input)
            {
                MBMSInterestIndication_r11 _r = new MBMSInterestIndication_r11();

                _r.InitDefaults();
                _r.criticalExtensions = criticalExtensions_Type.PerDecoder.Instance.Decode(input);
                return(_r);
            }
Esempio n. 2
0
 public MBMSInterestIndication_r11 Decode(BitArrayInputStream input)
 {
     MBMSInterestIndication_r11 _r = new MBMSInterestIndication_r11();
     _r.InitDefaults();
     _r.criticalExtensions = criticalExtensions_Type.PerDecoder.Instance.Decode(input);
     return _r;
 }