htc: implement mux side of connecting (and more)

This commit is contained in:
Michael Scire
2021-02-09 19:07:51 -08:00
committed by SciresM
parent 70aae4e27a
commit 42cf3f50d7
24 changed files with 474 additions and 12 deletions

View File

@@ -56,10 +56,9 @@ namespace ams::htclow {
void SetDriver(driver::IDriver *driver);
void Start();
void Cancel();
void Wait();
private:
void Cancel();
Result ProcessReceive();
Result ProcessSend();