if (start + offset + 2 < end) {
                    rawValue = (newValue / 65536) & 255;
                    buffer.writeUInt8(rawValue, start + offset + 2);
                }