Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.01 KB

RMC-Sony-NP-Protocol.md

File metadata and controls

34 lines (23 loc) · 1.01 KB

Communication with Sony NP service found inside UPlayBrowser.exe.

Method ID Method Name
1 LookupSceNpIds
2 LookupPrincipalIds

(1) LookupSceNpIds

Request

Type Name
List<Uint32> pids

Response

Type Name
Map<Uint32, qBuffer> npids

(2) LookupPrincipalIds

Request

Type Name
List<qBuffer> npids

Response

Type Name
Map<qBuffer, Uint32> pids