Filesystem services: Difference between revisions
No edit summary |
|||
Line 1,213: | Line 1,213: | ||
| 501 || [6.0.0+] [[#ClearDeviceSimulationEvent]] | | 501 || [6.0.0+] [[#ClearDeviceSimulationEvent]] | ||
|- | |- | ||
| 800 || [S2] | | 800 || [S2] [[#OpenStorageDeviceManager]] | ||
|} | |} | ||
Line 1,369: | Line 1,369: | ||
== ClearDeviceSimulationEvent == | == ClearDeviceSimulationEvent == | ||
Takes a total of 4-bytes of input. No output. | Takes a total of 4-bytes of input. No output. | ||
== OpenStorageDeviceManager == | |||
Takes a byte. Returns an [[#IStorageDeviceManager]]. | |||
= IStorageDeviceManager = | |||
[S2] This is "nn::fssrv::storage::sf::IStorageDeviceManager". | |||
{| class="wikitable" border="1" | |||
|- | |||
! Cmd || Name | |||
|- | |||
| 0 || No input. Returns a byte. | |||
|- | |||
| 1 || Takes an int. Returns a byte. | |||
|- | |||
| 2 || Returns an IEventNotifier. | |||
|- | |||
| 3 || Returns an IEventNotifier. | |||
|- | |||
| 10 || Returns an IStorageDeviceOperator. | |||
|- | |||
| 20 || Returns an IStorageDevice. | |||
|- | |||
| 21 || Returns an IStorage. | |||
|- | |||
| 34 || | |||
|} | |||
= IEventNotifier = | = IEventNotifier = |