SemysServerStatusChangedProt

01 This function will be called as callback from the server when it changed its listening status.
02

typedef void (*SemysServerStatusChangedProt)(HSemysListener listener, HSemysServer server, int listening);

03 Parameters:
  • listener: The listener handle from the SemysServerListener structure.
  • server: The server calling this callback.
  • listening: Boolean value specifying the listening status.
04 This typedef is a placeholder for the actual user code provided callback function.
05 Global Lock: Required
Reference: SemysTransporter.h
Implementation: Semys Library
See Also: Transporter Sub-System, SemysServerCreateProt()

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