Method
HinawaFwRespreserve_within_region
since: 2.3.
Declaration [src]
void
hinawa_fw_resp_reserve_within_region (
HinawaFwResp* self,
HinawaFwNode* node,
guint64 region_start,
guint64 region_end,
guint width,
GError** error
)
Description [src]
Start to listen to range of address equals to #width in local node (e.g. 1394 OHCI host controller), which is used to communicate to the node given as parameter. The range of address is looked up in region between region_start and region_end.
Available since: 2.3.
Parameters
node-
Type:
HinawaFwNodeA
HinawaFwNode.The data is owned by the caller of the function. region_start-
Type:
guint64Start offset of address region in which range of address is looked up.
region_end-
Type:
guint64End offset of address region in which range of address is looked up.
width-
Type:
guintThe width for range of address to be looked up.
error-
Type:
GError **The return location for a recoverable error.
The argument can be NULL.If the return location is not NULL, then you must initialize it to aNULLGError*.The argument will left initialized to NULLby the method if there are no errors.In case of error, the argument will be set to a newly allocated GError; the caller will take ownership of the data, and be responsible for freeing it.