RetroArch
Public Attributes | List of all members
dbginterface Struct Reference

#include <debug_if.h>

Public Attributes

s32 fhndl
 
int(* open )(struct dbginterface *device)
 
int(* close )(struct dbginterface *device)
 
int(* wait )(struct dbginterface *device)
 
int(* read )(struct dbginterface *device, void *buffer, int size)
 
int(* write )(struct dbginterface *devicec, const void *buffer, int size)
 

Member Data Documentation

◆ close

int(* dbginterface::close) (struct dbginterface *device)

◆ fhndl

s32 dbginterface::fhndl

◆ open

int(* dbginterface::open) (struct dbginterface *device)

◆ read

int(* dbginterface::read) (struct dbginterface *device, void *buffer, int size)

◆ wait

int(* dbginterface::wait) (struct dbginterface *device)

◆ write

int(* dbginterface::write) (struct dbginterface *devicec, const void *buffer, int size)

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