reply, status = self.client.transact_sync_reply(
TRANSACTION_getAppsInfo, request)
reply, status = self.client.transact_sync_reply(
TRANSACTION_getAppsInfo, request)
status, exception = reader.read_int32()
if exception == 0:
status, apps = reader.read_int32()
status, exception = reader.read_int32()
if exception == 0:
status, apps = reader.read_int32()