pub fn get_flx_indices(
    maclt: u8,
    msg: usize
) -> Result<impl Iterator<Item = usize>, MacLTError>
Expand description

Returns an iterator over the indices corresponding to FLX entries.

This function returns an iterator over the indices corresponding to FLX entries for a particular maclt ID and message number msg (either zero or one). If the ID does not exist in the table, an error is returned.

§Panics

This function panics if msg is not zero or one.