|
pict
Documentation for pict is still a work-in-progress
|
Public Attributes | |
| void * | arg |
| int(* | out )(struct BindReq *bind, char *fmt,...) |
| int(* | out_bytes )(struct BindReq *bind, void *bytes, size_t length) |
| Output raw binary data. | |
| char | name [BIND_MAX_NAME] |
| Name of command to be run. | |
| int | params [5] |
| Parameters for command. | |
| int | params_length |
| char * | string |
| String argument, NULL for none. | |
| uint8_t * | bytes |
| Data argument, NULL for none. | |
| int | bytes_length |
| char BindReq::name[BIND_MAX_NAME] |
| int BindReq::params[5] |