EPOK RUNTIME
epok::PsyqoMemoryCardDriver
Class
Class
Class declared by the memory-card-backend module for asynchronous Memory Card access and files.
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_backend.hpp"
epok::PsyqoMemoryCardDriver& value = /* obtain a valid instance from your game */;Public methods
idlePerforms `idle` as part of asynchronous Memory Card access and files.MethodlistPerforms `list` as part of asynchronous Memory Card access and files.MethodpreparePerforms `prepare` 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