Contents

allocateInputPlug

allocates an input plug.

Declaration

virtual IOReturn allocateInputPlug(
 void *refcon,
 IOFireWirePCRCallbackfunc,
 UInt32 &plug);

Parameters

  • refcon:

    arbitrary value passed back as first argument of callback.

  • func:

    callback function when a successful lock transaction to the plug has been performed

  • plug:

    set to the plug number if a plug is successfully allocated

See Also

Miscellaneous