RetroArch
|
#include <connection.h>
Public Member Functions | |
bool | Open () |
bool | Close () |
bool | Write (const void *data, size_t length) |
bool | Read (void *data, size_t length) |
Static Public Member Functions | |
static BaseConnection * | Create () |
static void | Destroy (BaseConnection *&) |
Public Attributes | |
bool | isOpen {false} |
bool BaseConnection::Close | ( | ) |
|
static |
|
static |
bool BaseConnection::Open | ( | ) |