Glue services: Difference between revisions

From Nintendo Switch Brew
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 6: Line 6:
! Cmd || Name
! Cmd || Name
|-
|-
| 0 || ReadHeader0
| 0 || GetApplicationLaunchProperty
|-
|-
| 1 || ReadHeader1
| 1 || GetApplicationLaunchPropertyWithApplicationId
|-
|-
| 2 || ReadData0
| 2 || GetApplicationControlProperty
|-
|-
| 3 || ReadData1
| 3 || GetApplicationControlPropertyWithApplicationId
|}
|}


Line 22: Line 22:
! Cmd || Name
! Cmd || Name
|-
|-
| 0 || GetIRegistrar
| 0 || AcquireRegistrar
|-
|-
| 1 || DeleteProperties
| 1 || DeleteProperties
Line 34: Line 34:
! Cmd || Name
! Cmd || Name
|-
|-
| 0 || BindRegistrar
| 0 || Issue
|-
|-
| 1 || WriteHeader
| 1 || SetApplicationLaunchProperty
|-
|-
| 2 || WriteData
| 2 || SetApplicationControlProperty
|}
|}


[[Category:Services]]
[[Category:Services]]

Revision as of 19: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