BALTECH SDK wrapper functions reference

§ brp_ioiter_destroy()

BRP_LIB void brp_ioiter_destroy ( brp_ioiter iter)

Destroys an iterator and frees all associated resources.

After calling this function, the iterator handle must not be used anymore. Note: This does not destroy any protocols created by brp_ioiter_next(). Those must be destroyed separately using brp_destroy().

Parameters
iterPointer to iterator handle. Will be set to NULL after destruction.