Contents

initAll

Initialize an address space object to handle r/w memory

Declaration

virtual bool initAll( 
 IOFireWireBus *bus, 
 FWAddress *addr, 
 UInt32len, 
 FWReadCallbackreader, 
 FWWriteCallbackwriter, 
 void *refcon);

Parameters

  • bus:

    Points to IOFireWireBus object.

  • addr:

    Points to starting address for the Pseudo Address Space.

  • len:

    Length of the Pseudo Address Space.

  • reader:

    Callback handler for incoming Read.

  • writer:

    Callback handler for incoming Write.

  • refcon:

    Client's callback object.

Return Value

returns true on success, false on failure

See Also

Miscellaneous