SemysConnReference

01
typedef struct tagSemysConnReference
{
  ListEntry mListEntry;
  HSemysConn mConn;
} SemysConnReference;
02 Members:
  • mListEntry: List link.
  • mConn: Handle to the referenced connection.
03 This structure is a predefined helper to list connection handles. (In a way it is similar to SemysAnyReference structure.)
04 This structure is being used for the Gatherer interface.
05 Reference: SemysTransporter.h
Implementation: Semys Library
See Also: Transporter Sub-System, SemysAnyReference

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