Declaration
typedef struct
{
js_lib_command_t lib,
size_t byte_offset,
js_state_t start_state,
js_state_t end_state,
unsigned int write_bytes,
unsigned int read_bytes,
unsigned int partial_bytes,
int state_bits
} js_command_impl_struct;
| Member | Description |
|---|---|
| lib | Command to execute |
| byte_offset | Intermediatre command processing state |
| start_state | Start state |
| end_state | End state |
| write_bytes | Write bytes |
| read_bytes | Read bytes |
| partial_bytes | Partial bytes |
| state_bits | State bits |