Filesystem services: Difference between revisions

No edit summary
Line 68: Line 68:
| 203 ||
| 203 ||
|-
|-
| 400 || [[#ConnectToCardService]]
| 400 || [[#OpenCardService]]
|-
|-
| 500 || IsInserted?
| 500 || [[#OpenSdCardDetectionEventNotifier]]
|-
|-
| 501 || OpenDetectionEventNotifier?
| 501 || [[#OpenGameCardDetectionEventNotifier]]
|-
|-
| 600 ||
| 600 ||
Line 113: Line 113:
|}
|}


== ConnectToCardService ==
== 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
|}
|}