| Top |
A HinawaFwReq supports three types of transactions in IEEE 1212:
read
write
lock
This class is an application of Linux FireWire subsystem. All of operations utilize ioctl(2) with subsystem specific request commands.
void hinawa_fw_req_write (HinawaFwReq *self,HinawaFwUnit *unit,guint64 addr,GByteArray *frame,GError **exception);
Execute write transactions to the given unit.
void hinawa_fw_req_read (HinawaFwReq *self,HinawaFwUnit *unit,guint64 addr,GByteArray *frame,guint length,GError **exception);
Execute read transaction to the given unit.