ADC Home > Reference Library > Reference > Hardware & Drivers > I/O Kit Framework Reference
|
IOFireWirePHYCommandInterface |
Declared In: |
Use the links in the table of contents to the left to access the documentation.
Set the 2 quadlets of data to be sent in a PHY packet.
SetDataQuads |
Set the 2 quadlets of data to be sent in a PHY packet.
void ( *SetDataQuads)( IOFireWireLibPHYCommandRef self, UInt32 data1, UInt32 data2 );
self
The command object interface of interest
data1
The value of the first quad of the phy packet
data2
The value of the second quad of the phy packet
Available in v1 and newer.
|
Last Updated: 2009-02-23