Contents

getStatusNotifyProc

Returns the callback to be called on normal command status.

Declaration

virtual void getStatusNotifyProc(
 void **refCon,
 FWSBP2NotifyCallback *callback );

Parameters

  • refCon:

    output parameter returning the refCon to be passed to the callback.

  • callback:

    output parameter returning the address of the callback.

Overview

Returns the refCon and callback address of the status notify callback.

See Also

Miscellaneous