| Top |
| void | hinawa_fw_unit_open () |
| const guint8 * | hinawa_fw_unit_get_config_rom () |
| void | hinawa_fw_unit_listen () |
| void | hinawa_fw_unit_unlisten () |
A HinawaFwUnit is an event listener for a certain FireWire unit. This class is an application of Linux FireWire subsystem. All of operations utilize ioctl(2) with subsystem specific request commands.
void hinawa_fw_unit_open (HinawaFwUnit *self,gchar *path,GError **exception);
const guint8 * hinawa_fw_unit_get_config_rom (HinawaFwUnit *self,guint *length);
void hinawa_fw_unit_listen (HinawaFwUnit *self,GError **exception);
Start to listen to any events from the unit.