NACP: Difference between revisions

No edit summary
No edit summary
Line 278: Line 278:
|-
|-
| 2 || Automatic
| 2 || Automatic
|-
|}
|}


Line 286: Line 285:
[[Applet_Manager_services|AM]] passes this to [[Shared_Database_services|pdm:ntfy]] cmd9.
[[Applet_Manager_services|AM]] passes this to [[Shared_Database_services|pdm:ntfy]] cmd9.


== PlayLogQuery ==
{| class="wikitable" border="1"
|-
! Value || Meaning
|-
| 0 || All
|-
| 1 || LogOnly
|-
| 2 || None
|}
 
== PlayLogQueryCapability ==
This is used with [[Applet_Manager_services|AM]] commands QueryApplicationPlayStatistics and QueryApplicationPlayStatisticsByUid, to verify whether querying the specified titleIDs are allowed. When not allowed, error 0x3E880 is returned.
This is used with [[Applet_Manager_services|AM]] commands QueryApplicationPlayStatistics and QueryApplicationPlayStatisticsByUid, to verify whether querying the specified titleIDs are allowed. When not allowed, error 0x3E880 is returned.
PlayLogQueryCapability is a type field (values >2 are invalid):


{| class="wikitable" border="1"
{| class="wikitable" border="1"
Line 295: Line 303:
! Value || Meaning
! Value || Meaning
|-
|-
| 0 || The specified titleIDs must match the user-process titleID.
| 0 || None (the specified titleIDs must match the user-process titleID)
|-
| 1 || The specified titleIDs must match the user-process titleID, or one of the titleIDs from PlayLogQueryableApplicationId.
|-
|-
| 2 || All titleIDs are allowed.
| 1 || WhiteList (the specified titleIDs must match the user-process titleID, or one of the titleIDs from PlayLogQueryableApplicationId)
|-
|-
| 2 || All (all titleIDs are allowed)
|}
|}