Filesystem services: Difference between revisions
No edit summary |
|||
| Line 68: | Line 68: | ||
| 203 || | | 203 || | ||
|- | |- | ||
| 400 || [[# | | 400 || [[#OpenCardService]] | ||
|- | |- | ||
| 500 || | | 500 || [[#OpenSdCardDetectionEventNotifier]] | ||
|- | |- | ||
| 501 || | | 501 || [[#OpenGameCardDetectionEventNotifier]] | ||
|- | |- | ||
| 600 || | | 600 || | ||
| Line 113: | Line 113: | ||
|} | |} | ||
== | == OpenCardService == | ||
Sessions to this port are returned by cmd 400. | Sessions to this port are returned by cmd 400. | ||
| Line 120: | Line 120: | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
| 0 || | | 0 || IsSdCardInserted | ||
|- | |- | ||
| 1 || | | 1 || | ||
|- | |- | ||
| 2 || | | 2 || GetSdCardCid | ||
|- | |- | ||
| 3 || | | 3 || | ||
| Line 183: | Line 183: | ||
|- | |- | ||
| 301 || | | 301 || | ||
|} | |||
== OpenSdCardDetectionEventNotifier == | |||
Sessions to this port are returned by cmd 500. | |||
{| class="wikitable" border="1" | |||
|- | |||
! Cmd || Name | |||
|- | |||
| 0 || GetEvent | |||
|} | |||
== OpenGameCardDetectionEventNotifier == | |||
Sessions to this port are returned by cmd 501. | |||
{| class="wikitable" border="1" | |||
|- | |||
! Cmd || Name | |||
|- | |||
| 0 || GetEvent | |||
|} | |} | ||