#include <driver.h>
Data Fields | |
void(* | close )(ddf_fun_t *) |
Optional callback function called when a client is disconnecting from the device. | |
remote_handler_t * | default_handler |
The default handler of remote client requests. | |
void * | interfaces [DEV_IFACE_COUNT] |
The table of standard interfaces implemented by the device. | |
int(* | open )(ddf_fun_t *) |
Optional callback function called when a client is connecting to the device. |
Definition at line 52 of file driver.h.