raw1394_start_phy_packet_write
Name
raw1394_start_phy_packet_write -- initiate sending a physical request
Synopsis
int raw1394_start_phy_packet_write (raw1394handle_t handle, quadlet_t data, unsigned long tag);
Arguments
handle libraw1394 handle
data the contents of the packet
tag data to identify the request to completion handler
Description
examples of physical requests are linkon, physicalconfigurationpacket, etc.
Returns
0 on success or -1 on failure (sets errno)