mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 06:48:22 -04:00
htc: implement remaining htclow::HtclowManagerImpl funcs (mux impls pending)
This commit is contained in:
parent
e20c2450ce
commit
87165e0f08
11 changed files with 190 additions and 34 deletions
|
@ -57,6 +57,10 @@ namespace ams::htclow::mux {
|
|||
Result Open(impl::ChannelInternalType channel);
|
||||
|
||||
os::EventType *GetTaskEvent(u32 task_id);
|
||||
|
||||
void SetSendBuffer(impl::ChannelInternalType channel, void *buf, size_t buf_size, size_t max_packet_size);
|
||||
void SetReceiveBuffer(impl::ChannelInternalType channel, void *buf, size_t buf_size);
|
||||
void SetSendBufferWithData(impl::ChannelInternalType channel, const void *buf, size_t buf_size, size_t max_packet_size);
|
||||
private:
|
||||
Result CheckChannelExist(impl::ChannelInternalType channel);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue