SemysConnCloseProt |
01 | Requests to close an established connection. |
02 |
void SemysConnCloseProt(HSemysConn conn); |
03 |
Parameters:
|
04 | This function requests to close an established connection; It will return immediately. If the connection was in the established state, a SemysConnStatusChangedProt() callback will follow (specifying a disconnected state) as soon as the request has been completed. |
05 |
Global Lock: Required Reference: SemysTransporter.h Implementation: Semys Library See Also: Transporter Sub-System, SemysConnStatusChangedProt() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |