Difference between revisions of "Glue services"
Jump to navigation
Jump to search
m |
|||
Line 6: | Line 6: | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
− | | 0 || | + | | 0 || GetApplicationLaunchProperty |
|- | |- | ||
− | | 1 || | + | | 1 || GetApplicationLaunchPropertyWithApplicationId |
|- | |- | ||
− | | 2 || | + | | 2 || GetApplicationControlProperty |
|- | |- | ||
− | | 3 || | + | | 3 || GetApplicationControlPropertyWithApplicationId |
|} | |} | ||
Line 22: | Line 22: | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
− | | 0 || | + | | 0 || AcquireRegistrar |
|- | |- | ||
| 1 || DeleteProperties | | 1 || DeleteProperties | ||
Line 34: | Line 34: | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
− | | 0 || | + | | 0 || Issue |
|- | |- | ||
− | | 1 || | + | | 1 || SetApplicationLaunchProperty |
|- | |- | ||
− | | 2 || | + | | 2 || SetApplicationControlProperty |
|} | |} | ||
[[Category:Services]] | [[Category:Services]] |
Revision as of 17:11, 24 May 2018
arp:r
This is "nn::arp::detail::IReader".
Cmd | Name |
---|---|
0 | GetApplicationLaunchProperty |
1 | GetApplicationLaunchPropertyWithApplicationId |
2 | GetApplicationControlProperty |
3 | GetApplicationControlPropertyWithApplicationId |
arp:w
This is "nn::arp::detail::IWriter".
Cmd | Name |
---|---|
0 | AcquireRegistrar |
1 | DeleteProperties |
IRegistrar
This is "nn::arp::detail::IRegistrar".
Cmd | Name |
---|---|
0 | Issue |
1 | SetApplicationLaunchProperty |
2 | SetApplicationControlProperty |