Searched defs:device_s (Results 1 – 2 of 2) sorted by relevance
147 struct device_s struct149 struct device_s *next; argument170 do_cancel(struct device_s *dev); argument
346 typedef struct device_s struct348 int open; /* connection to scanner is opened */351 int protocol;352 char *protocol_string;353 char single_tcp_session;357 int tcp_socket; /* open tcp socket for communication to scannner */358 int16_t serial; /* sequence number of command */362 int session_id; /* session id used in bjnp protocol for TCP packets */363 int last_cmd; /* last command sent */367 size_t blocksize; /* size of (TCP) blocks returned by the scanner */[all …]