static Uint8List generateClose(int localId, int remoteId) { return generateMessage(CMD_CLSE, localId, remoteId, null); }