htc: Implement RpcClient::ReceiveThread + SendThread

This commit is contained in:
Michael Scire 2021-02-10 02:05:45 -08:00 committed by SciresM
parent d60b1abed0
commit 3be005b638
6 changed files with 157 additions and 10 deletions

View file

@ -28,6 +28,10 @@ namespace ams::htc {
R_DEFINE_ERROR_RESULT(Unknown, 1023);
R_DEFINE_ERROR_RESULT(InvalidTaskId, 2003);
R_DEFINE_ERROR_RESULT(InvalidSize, 2011);
R_DEFINE_ERROR_RESULT(OutOfRpcTask, 2102);
R_DEFINE_ERROR_RESULT(InvalidCategory, 2123);
}