raw1394_set_iso_handler

Name

raw1394_set_iso_handler --  set isochronous packet handler (DEPRECATED)

Synopsis

iso_handler_t raw1394_set_iso_handler (raw1394handle_t handle, unsigned int channel, iso_handler_t new_h);

Arguments

handle

libraw1394 handle

channel

-- undescribed --

new_h

pointer to new handler

Description

DEPRECATED

Sets the handler to be called when an isochronous packet is received to new_h and returns the old handler. The default handler does nothing.

In order to actually get iso packet events, receiving on a specific channel first has to be enabled with raw1394_start_iso_rcv and can be stopped again with raw1394_stop_iso_rcv.