Пример #1
0
                public failedPCellId_v1090_Type Decode(BitArrayInputStream input)
                {
                    failedPCellId_v1090_Type type = new failedPCellId_v1090_Type();

                    type.InitDefaults();
                    type.carrierFreq_v1090 = input.readBits(0x12) + 0x10000;
                    return(type);
                }
Пример #2
0
 public failedPCellId_v1090_Type Decode(BitArrayInputStream input)
 {
     failedPCellId_v1090_Type type = new failedPCellId_v1090_Type();
     type.InitDefaults();
     type.carrierFreq_v1090 = input.readBits(0x12) + 0x10000;
     return type;
 }