mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-04 16:53:48 -04:00
htclow: add Channel wrapper class
This commit is contained in:
parent
dec06ff649
commit
9fbbb9fadb
13 changed files with 388 additions and 4 deletions
|
@ -23,6 +23,7 @@ namespace ams::htclow {
|
|||
R_DEFINE_ERROR_RESULT(ConnectionFailure, 1);
|
||||
R_DEFINE_ERROR_RESULT(UnknownDriverType, 3);
|
||||
R_DEFINE_ERROR_RESULT(NonBlockingReceiveFailed, 5);
|
||||
R_DEFINE_ERROR_RESULT(ChannelWaitCancelled, 8);
|
||||
R_DEFINE_ERROR_RESULT(ChannelAlreadyExist, 9);
|
||||
R_DEFINE_ERROR_RESULT(ChannelNotExist, 10);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue