![]() |
BALTECH Docs |
BALTECH SDK wrapper functions reference
|
Base structure for I/O device iterators. More...
#include <ioiter.h>
Data Fields | |
| brp_errcode(* | next_fn )(struct brp_ioiter_t *iter, brp_protocol *protocol) |
| void(* | destroy_fn )(struct brp_ioiter_t *iter) |
Base structure for I/O device iterators.
Protocol-specific implementations inherit from this structure by having it as the first member, similar to brp_protocol_t.