SemysLinkStatusChangedProt |
01 | This function will be called as callback from the link when it changed its connection status. |
02 |
void (*SemysLinkStatusChangedProt)(HSemysListener listener, HSemysLink link, int32 connected); |
03 |
Parameters:
|
04 | This typedef is a placeholder for the actual user code provided callback function. |
05 | The link is connected as soon as the first registered connection became linked (performed proper handshake) and will stay connected as long as at least one connection stays linked. |
06 |
Global Lock: Required Reference: SemysLink.h Implementation: Semys Library See Also: Link Sub-System |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |