static Uint8List generateAuth(int authType, Uint8List payload) { return generateMessage(CMD_AUTH, authType, 0, payload); }