SemysGathListener

01
typedef struct tagSemysGathListener
{
  HSemysListener mListenerHandle;
  SemysGathReceiveProt mReceive;
  SemysGathErrorProt mError;
} SemysGathListener;
02 Members:
  • mListenerHandle: An arbitrary handle that can be retrieved with SemysGathGetListenerHandleProt().
  • mReceive: Function pointer for the SemysGathReceiveProt() callback.
  • mError: Function pointer for the SemysGathErrorProt() callback.
03 The constant C_SEMYS_GATH_LISTENER_NULL initializes this structure to zero values.
04 This structure specifies the owner interface of a Gatherer object.
05 Reference: SemysGatherer.h
Implementation: Semys Library
See Also: Gatherer Sub-System, SemysGathCreate(), SemysGathSetListenerProt()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.