EPOK RUNTIME
epok::MemoryCardDriver
Class
Class
The adapter is process-owned.
Basic usage
This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.
C++ example
#include "memory_card.hpp"
epok::MemoryCardDriver& value = /* obtain a valid instance from your game */;Nested types
Public methods
idlePerforms `idle` as part of asynchronous Memory Card access and files.MethodlistPerforms `list` as part of asynchronous Memory Card access and files.MethodprobePerforms `probe` as part of asynchronous Memory Card access and files.MethodreadReads read as part of asynchronous Memory Card access and files.MethodwriteWrites write as part of asynchronous Memory Card access and files.Method