ADC Home > Reference Library > Reference > Hardware & Drivers > I/O Kit Framework Reference

 


IOFireWirePHYCommandInterface

Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

SetDataQuads

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 );  
Parameters
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

Discussion

Available in v1 and newer.


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.

 

Last Updated: 2009-02-23