Contents

getUnsolicitedStatusNotifyProc

Returns the callback to be called on unsolicited status.

Declaration

virtual void getUnsolicitedStatusNotifyProc(
 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 unsolicited status notify callback.

See Also

Miscellaneous