Master/slave confusion

int val = 300;
Wire.write(highByte(val));
Wire.write(lowByte(val));