NPNS services: Difference between revisions
npns: ListenUndelivered |
npns: fix |
||
Line 47: | Line 47: | ||
|} | |} | ||
== ListenAll == | === ListenAll === | ||
Stubbed. Returns 0x7fc9a on [1.0.0] and 0x36dc9a on later versions. | Stubbed. Returns 0x7fc9a on [1.0.0] and 0x36dc9a on later versions. | ||
== | === ListenTo === | ||
Takes an input u64 program id. | Takes an input u64 program id. | ||
[5.0.0+] CreateToken/DestroyToken now takes an additional 8-bytes of input and a PID. | [5.0.0+] CreateToken/DestroyToken now takes an additional 8-bytes of input and a PID. | ||
== CreateNotificationReceiver == | === CreateNotificationReceiver === | ||
Returns an [[#INotificationReceiver]]. | Returns an [[#INotificationReceiver]]. | ||
Line 160: | Line 160: | ||
|} | |} | ||
== ListenUndelivered == | === ListenUndelivered === | ||
Same as calling [[#ListenTo]] with program id 0. | Same as calling [[#ListenTo]] with program id 0. | ||