PSYQO SDK
psyqo::MemoryCard::WriteSectorAwaiter
Struct
Struct
Struct declared by the memory-card 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 "psyqo/memory-card.hh"
// Assume these named values have been initialized with valid data:
// MemoryCard & device
// Port port
// uint16_t sector
// const void * buffer
psyqo::MemoryCard::WriteSectorAwaiter value(device, port, sector, buffer);