private ushort GetAccumulatedPower(ushort power) { accumulatedPower = Util.AccumulateDoubleByte(accumulatedPower, power); return(accumulatedPower); }