Definition at line 11 of file cl_bind.h.
◆ arg
◆ bytes
Data argument, NULL for none.
Definition at line 29 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 20 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 17 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 24 of file cl_bind.h.
◆ params_length
int BindReq::params_length |
◆ string
String argument, NULL for none.
Definition at line 27 of file cl_bind.h.
The documentation for this struct was generated from the following file: