pub unsafe extern "C" fn svcReplyAndReceive(
index: *mut s32,
handles: *const Handle,
handleCount: s32,
replyTarget: Handle,
) -> ResultExpand description
Replies to and receives a new request.
ยงArguments
index- Pointer to the index of the request.handles- Session handles to receive requests from.handleCount- Number of handles.replyTarget- Handle of the session to reply to.