Difference between revisions of "Glue services"

From Nintendo Switch Brew
Jump to navigation Jump to search
(Created page with "= arp:r = {| class="wikitable" border="1" |- ! Cmd || Name |- | 0 || ReadHeader0 |- | 1 || ReadHeader1 |- | 2 || ReadData0 |- | 3 || ReadData1 |} = arp:w = {| class="wikitabl...")
 
(Add full interface name (imported from SwIPC))
Line 1: Line 1:
 
= arp:r =
 
= arp:r =
 +
This is "nn::arp::detail::IReader".
 +
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
Line 14: Line 16:
  
 
= arp:w =
 
= arp:w =
 +
This is "nn::arp::detail::IWriter".
 +
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
Line 24: Line 28:
  
 
== IRegistrar ==
 
== IRegistrar ==
 +
This is "nn::arp::detail::IRegistrar".
 +
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-

Revision as of 09:28, 22 January 2018

arp:r

This is "nn::arp::detail::IReader".

Cmd Name
0 ReadHeader0
1 ReadHeader1
2 ReadData0
3 ReadData1

arp:w

This is "nn::arp::detail::IWriter".

Cmd Name
0 GetIRegistrar
1 SubmitWriter

IRegistrar

This is "nn::arp::detail::IRegistrar".

Cmd Name
0 BindRegistrar
1 WriteHeader
2 WriteData