Alchemist  0.8
Public Attributes | List of all members
AdmBlackBoxMethods Struct Reference

#include <blackbox.h>

Public Attributes

void(* free )(void *data)
 
AdmContext *(* read )(void *data, AdmError **error)
 
unsigned int(* listSerial )(void *data, unsigned int *array, unsigned int array_len, unsigned int top_serial, AdmError **error)
 
AdmContext *(* readSerial )(void *data, unsigned int serial, AdmError **error)
 
int(* write )(void *data, AdmContext *context, AdmError **error)
 

Member Data Documentation

◆ free

void(* AdmBlackBoxMethods::free) (void *data)

◆ read

AdmContext*(* AdmBlackBoxMethods::read) (void *data, AdmError **error)

◆ listSerial

unsigned int(* AdmBlackBoxMethods::listSerial) (void *data, unsigned int *array, unsigned int array_len, unsigned int top_serial, AdmError **error)

◆ readSerial

AdmContext*(* AdmBlackBoxMethods::readSerial) (void *data, unsigned int serial, AdmError **error)

◆ write

int(* AdmBlackBoxMethods::write) (void *data, AdmContext *context, AdmError **error)

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