MP Services: Difference between revisions
No edit summary |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 19: | Line 19: | ||
| 0x00020000 | | 0x00020000 | ||
| | | | ||
| | | [[MP:Initialize|Initialize]] | ||
|- | |- | ||
| 0x00030000 | | 0x00030000 | ||
| | | | ||
| | | [[MP:Shutdown|Shutdown]] | ||
|- | |- | ||
| 0x000400C0 | | 0x000400C0 | ||
| | | | ||
| | | [[MP:Bind|Bind]] | ||
|- | |- | ||
| 0x00050042 | | 0x00050042 | ||
Line 35: | Line 35: | ||
| 0x00060000 | | 0x00060000 | ||
| | | | ||
| | | Used prior to [[MP:Shutdown]]. | ||
|- | |- | ||
| 0x00070042 | | 0x00070042 | ||
| | | | ||
| | | [[MP:SetAppData|SetAppData]] | ||
|- | |- | ||
| 0x00080040 | | 0x00080040 | ||
| | | | ||
| (s8 unk) | | (s8 unk) Writes the input value into state as an u16, etc. | ||
|- | |- | ||
| 0x00090040 | | 0x00090040 | ||
Line 79: | Line 79: | ||
| 0x00110080 | | 0x00110080 | ||
| | | | ||
| | | [[MP:RecvDataFrame|RecvDataFrame]] | ||
|- | |- | ||
| 0x00120082 | | 0x00120082 | ||
Line 91: | Line 91: | ||
| 0x001400C2 | | 0x001400C2 | ||
| | | | ||
| | | [[MP:SendDataFrame|SendDataFrame]] | ||
|} | |} | ||
=nodeID= | |||
This is an u32 value where the intended range is <16. It's unknown whether this is for nodes or some sessionID. |