![]() |
BALTECH Docs |
BALTECH SDK wrapper functions reference
|
Data Structures | |
| struct | brp_ioiter_t |
| Base structure for I/O device iterators. More... | |
Typedefs | |
| typedef struct brp_ioiter_t * | brp_ioiter |
| Handle to an I/O device iterator. More... | |
Functions | |
| BRP_LIB brp_ioiter | brp_ioiter_create (void) |
| Creates an iterator for enumerating all available I/O devices. More... | |
| BRP_LIB brp_errcode | brp_ioiter_next (brp_ioiter iter, brp_protocol *protocol) |
| Retrieves the next device from the iterator. More... | |
| BRP_LIB void | brp_ioiter_destroy (brp_ioiter *iter) |
| Destroys an iterator and frees all associated resources. More... | |