pub unsafe extern "C" fn svcReplyAndReceive(
    index: *mut s32,
    handles: *const Handle,
    handleCount: s32,
    replyTarget: Handle
) -> Result
Expand 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.