Application Manager Services: Difference between revisions

TimmSkiller (talk | contribs)
Made it clearer what Type is for in ContentInfo
ElementW (talk | contribs)
m Add am:pipe anchor
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:Services]]
__TOC__
 
{{Anchor|AM}}
= Application Manager services "am:sys", "am:u", "am:net" =
= Application Manager services "am:sys", "am:u", "am:net" =
{| class="wikitable" border="1"
{| class="wikitable" border="1"
Line 225: Line 225:
|}
|}


{{Anchor|AMAPP}}{{Anchor|am:app}}
= Application Manager service "am:app" =
= Application Manager service "am:app" =
{| class="wikitable" border="1"
{| class="wikitable" border="1"
Line 273: Line 274:
The only commands accessible with this service are listed under this section.
The only commands accessible with this service are listed under this section.


{{Anchor|AMSYS}}{{Anchor|am:sys}}
= Application Manager service "am:sys" =
= Application Manager service "am:sys" =
This service only has access to the 0x00XX* commands listed above, and the "am:app" commands.
This service only has access to the 0x00XX* commands listed above, and the "am:app" commands.


{{Anchor|AMU}}{{Anchor|am:u}}
= Application Manager service "am:u" =
= Application Manager service "am:u" =


{{Anchor|AMNET}}{{Anchor|am:net}}
= Application Manager network service "am:net" =
= Application Manager network service "am:net" =
{| class="wikitable" border="1"
{| class="wikitable" border="1"
Line 476: Line 480:
For handling each command that's actually implemented, the AM cmdhandler function calls a vtable funcptr.
For handling each command that's actually implemented, the AM cmdhandler function calls a vtable funcptr.


{{Anchor|am:pipe}}
The private port for this seems to be referred to as "am:pipe", even though the "am:pipe" string isn't actually used.
The private port for this seems to be referred to as "am:pipe", even though the "am:pipe" string isn't actually used.


Line 690: Line 695:
=Errors=
=Errors=
See [[Application_Manager_Services_PXI|this]].
See [[Application_Manager_Services_PXI|this]].
[[Category:Services]]