예제 #1
0
 public PhysCellIdGERAN Decode(BitArrayInputStream input)
 {
     PhysCellIdGERAN dgeran = new PhysCellIdGERAN();
     dgeran.InitDefaults();
     dgeran.networkColourCode = input.readBitString(3);
     dgeran.baseStationColourCode = input.readBitString(3);
     return dgeran;
 }
예제 #2
0
            public PhysCellIdGERAN Decode(BitArrayInputStream input)
            {
                PhysCellIdGERAN dgeran = new PhysCellIdGERAN();

                dgeran.InitDefaults();
                dgeran.networkColourCode     = input.ReadBitString(3);
                dgeran.baseStationColourCode = input.ReadBitString(3);
                return(dgeran);
            }