LDN services: Difference between revisions
No edit summary |
No edit summary |
||
Line 573: | Line 573: | ||
= lp2p:app, lp2p:sys = | = lp2p:app, lp2p:sys = | ||
These are "nn::lp2p::detail:: | These are "nn::lp2p::detail::ISfServiceCreator". | ||
These were added with [9.0.0+]. | These were added with [9.0.0+]. | ||
Line 589: | Line 589: | ||
== CreateNetworkService == | == CreateNetworkService == | ||
Takes a PID-descriptor, a reserved input u64 and an input u32. Returns an output [[# | Takes a PID-descriptor, a reserved input u64 and an input u32. Returns an output [[#ISfService]]. | ||
The input u32 must be value 0x1. | The input u32 must be value 0x1. | ||
== CreateNetworkServiceMonitor == | == CreateNetworkServiceMonitor == | ||
Takes a PID-descriptor and a reserved input u64. Returns an output [[# | Takes a PID-descriptor and a reserved input u64. Returns an output [[#ISfServiceMonitor]]. | ||
== | == ISfService == | ||
This is "nn::lp2p::detail:: | This is "nn::lp2p::detail::ISfService". | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Line 707: | Line 707: | ||
No input/output. | No input/output. | ||
== | == ISfServiceMonitor == | ||
This is "nn::lp2p::detail:: | This is "nn::lp2p::detail::ISfServiceMonitor". | ||
This interface has no commands, until [9.1.0+] which added actual commands. | This interface has no commands, until [9.1.0+] which added actual commands. | ||
Line 803: | Line 803: | ||
= lp2p:m = | = lp2p:m = | ||
This is "nn::lp2p::detail:: | This is "nn::lp2p::monitor::detail::ISfMonitorServiceCreator". | ||
This was added with [9.1.0+]. | This was added with [9.1.0+]. | ||
Line 815: | Line 815: | ||
== CreateMonitorService == | == CreateMonitorService == | ||
Takes a PID-descriptor, a reserved input u64 and an input u64. Returns an [[# | Takes a PID-descriptor, a reserved input u64 and an input u64. Returns an [[#ISfMonitorService]]. | ||
== | == ISfMonitorService == | ||
This is "nn::lp2p::detail:: | This is "nn::lp2p::monitor::detail::ISfMonitorService". | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" |