NIM services: Difference between revisions
Line 505: | Line 505: | ||
Takes an input [[#LocalCommunicationReceiveApplicationTaskId]], returns an output [[#LocalCommunicationReceiveApplicationTaskInfo]]. | Takes an input [[#LocalCommunicationReceiveApplicationTaskId]], returns an output [[#LocalCommunicationReceiveApplicationTaskInfo]]. | ||
This is the ReceiveApplication version of [[# | This is the ReceiveApplication version of [[#GetLocalCommunicationReceiveSystemUpdateTaskInfo]]. | ||
== CreateLocalCommunicationSendApplicationTask == | == CreateLocalCommunicationSendApplicationTask == | ||
Takes an input u16 port, an u32 Ipv4Address, an u64 <code>nn::ncm::ApplicationId</code>, a type-0x5 input buffer containing an array of { | Takes an input u16 port, an u32 Ipv4Address, an u64 <code>nn::ncm::ApplicationId</code>, a type-0x5 input buffer containing an array of {0x18-byte struct}, returns an output [[#LocalCommunicationSendApplicationTaskId]]. | ||
This is the SendApplication version of [[# | This is the SendApplication version of [[#CreateLocalCommunicationSendSystemUpdateTask]]. | ||
== RequestLocalCommunicationSendApplicationTaskRun == | == RequestLocalCommunicationSendApplicationTaskRun == | ||
Takes an input [[#LocalCommunicationSendApplicationTaskId]], returns an output Event and an [[#IAsyncResult]]. | Takes an input [[#LocalCommunicationSendApplicationTaskId]], returns an output Event and an [[#IAsyncResult]]. | ||
This is the | This is the SendApplication version of [[#RequestLocalCommunicationSendSystemUpdateTaskRun]]. | ||
== GetLocalCommunicationSendApplicationTaskInfo == | == GetLocalCommunicationSendApplicationTaskInfo == | ||
Takes an input [[#LocalCommunicationSendApplicationTaskId]], returns an output [[#LocalCommunicationSendApplicationTaskInfo]]. | Takes an input [[#LocalCommunicationSendApplicationTaskId]], returns an output [[#LocalCommunicationSendApplicationTaskInfo]]. | ||
This is the SendApplication version of [[# | This is the SendApplication version of [[#GetLocalCommunicationSendSystemUpdateTaskInfo]]. | ||
== ListApplicationLocalCommunicationReceiveApplicationTask == | == ListApplicationLocalCommunicationReceiveApplicationTask == | ||
Line 530: | Line 530: | ||
Takes a type-0x6 output buffer containing an array of [[#LocalCommunicationSendApplicationTaskId]] and an input u64 <code>nn::ncm::ApplicationId</code>. Returns a s32 for total output entries. | Takes a type-0x6 output buffer containing an array of [[#LocalCommunicationSendApplicationTaskId]] and an input u64 <code>nn::ncm::ApplicationId</code>. Returns a s32 for total output entries. | ||
This is the SendApplication version of [[# | This is the SendApplication version of [[#ListLocalCommunicationSendSystemUpdateTask]]. | ||
== CreateLocalCommunicationReceiveSystemUpdateTask == | == CreateLocalCommunicationReceiveSystemUpdateTask == |