PSYQO SDK
psyqo::MemoryCard::ReadSectorAwaiter
Struct
Struct
--- Coroutine-friendly awaiters --------------------------------------
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
// void * buffer
psyqo::MemoryCard::ReadSectorAwaiter value(device, port, sector, buffer);