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

 


IOFireWireConfigDirectoryInterface

Declared In:

Overview

IOFireWireLib device config ROM browsing interface.

Discussion

Represents an interface to the config ROM of a remote device. You can use the methods of this interface to browse the ROM and obtain key values. You can also create additional interfaces of type IOFireWireConfigDirectoryInterface to represent subdirectories within the ROM.



Functions

Update

Causes the ROM data to be updated through the specified byte offset.


Update


Causes the ROM data to be updated through the specified byte offset.

IOReturn ( *Update) (
    IOFireWireLibConfigDirectoryRef self,
    UInt32 inOffset);  
Parameters
self

The config directory interface of interest.

inOffset

Offset in bytes indicating length of ROM to be updated.

Return Value

Returns an IOReturn result code.

Discussion

This function should not be called in normal usage.


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