Function ctru_sys::APT_SendParameter
source · pub unsafe extern "C" fn APT_SendParameter(
source: NS_APPID,
dest: NS_APPID,
command: APT_Command,
buffer: *const c_void,
bufferSize: u32_,
parameter: Handle
) -> Result
Expand description
Sends a parameter.
§Arguments
source
- AppID of the source application.dest
- AppID of the destination application.command
- Command to send.buffer
- Buffer to send.bufferSize
- Size of the buffer.parameter
- Parameter handle to pass.