BALTECH SDK wrapper functions reference
brp_ioiter_t Struct 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)
 

Detailed Description

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.

Definition at line 25 of file ioiter.h.


The documentation for this struct was generated from the following file: