static Uint8List generateWrite(int localId, int remoteId, Uint8List payload) { return generateMessage(CMD_WRTE, localId, remoteId, payload); }