Definition at line 10 of file cl_bind.h.
◆ arg
◆ bytes
Data argument, NULL for none.
Definition at line 28 of file cl_bind.h.
◆ bytes_length
int BindReq::bytes_length |
◆ name
char BindReq::name[BIND_MAX_NAME] |
Name of command to be run.
Definition at line 19 of file cl_bind.h.
◆ out
int(* BindReq::out) (struct BindReq *bind, char *fmt,...) |
◆ out_bytes
int(* BindReq::out_bytes) (struct BindReq *bind, void *bytes, size_t length) |
Output raw binary data.
Definition at line 16 of file cl_bind.h.
◆ params
Parameters for command.
- Note
- These are parsed by command handlers in bind.c, not always passed to the PTP operation
Definition at line 23 of file cl_bind.h.
◆ params_length
int BindReq::params_length |
◆ string
String argument, NULL for none.
Definition at line 26 of file cl_bind.h.
The documentation for this struct was generated from the following file: