예제 #1
0
            public SecurityConfigHO Decode(BitArrayInputStream input)
            {
                SecurityConfigHO gho = new SecurityConfigHO();

                gho.InitDefaults();
                input.ReadBit();
                gho.handoverType = handoverType_Type.PerDecoder.Instance.Decode(input);
                return(gho);
            }
예제 #2
0
파일: Security.cs 프로젝트: ouyh18/LteTools
 public SecurityConfigHO Decode(BitArrayInputStream input)
 {
     SecurityConfigHO gho = new SecurityConfigHO();
     gho.InitDefaults();
     input.readBit();
     gho.handoverType = handoverType_Type.PerDecoder.Instance.Decode(input);
     return gho;
 }