RetroArch
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
BaseConnection Struct Reference

#include <connection.h>

Inheritance diagram for BaseConnection:
[legend]

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 BaseConnectionCreate ()
 
static void Destroy (BaseConnection *&)
 

Public Attributes

bool isOpen {false}
 

Member Function Documentation

◆ Close()

bool BaseConnection::Close ( )
Here is the caller graph for this function:

◆ Create()

BaseConnection * BaseConnection::Create ( )
static
Here is the caller graph for this function:

◆ Destroy()

void BaseConnection::Destroy ( BaseConnection *&  c)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Open()

bool BaseConnection::Open ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Read()

bool BaseConnection::Read ( void data,
size_t  length 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Write()

bool BaseConnection::Write ( const void data,
size_t  length 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ isOpen

bool BaseConnection::isOpen {false}

The documentation for this struct was generated from the following files: