AdmBlackBoxMethods

Section: Alchemist (3)
Updated: 22 Sep 2004
 

NAME

AdmBlackBoxMethods -  

SYNOPSIS


#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

 

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

 

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

 

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

 

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

 

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

 

Author

Generated automatically by Doxygen for Alchemist from the source code.


 

Index

NAME
SYNOPSIS
Public Attributes
Member Data Documentation
void(* AdmBlackBoxMethods::free)(void *data)
AdmContext*(* AdmBlackBoxMethods::read)(void *data, AdmError **error)
unsigned int(* AdmBlackBoxMethods::listSerial)(void *data, unsigned int *array, unsigned int array_len, unsigned int top_serial, AdmError **error)
AdmContext*(* AdmBlackBoxMethods::readSerial)(void *data, unsigned int serial, AdmError **error)
int(* AdmBlackBoxMethods::write)(void *data, AdmContext *context, AdmError **error)
Author
blog comments powered by Disqus