pub unsafe extern "C" fn APT_SendParameter(
source: NS_APPID,
dest: NS_APPID,
command: APT_Command,
buffer: *const c_void,
bufferSize: u32_,
parameter: Handle,
) -> ResultExpand 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.