Definition in file appldefs.h.
Go to the source code of this file.
Enumerations | |
| enum | APPL_CONNECTING_RETCODE { APPL_CR_IN_PROGRESS = 0, APPL_CR_ERROR, APPL_CR_CLOSED, APPL_CR_CONNECTED } |
| Return values for project related connection task functions. More... | |
Return values for project related connection task functions.
| APPL_CR_IN_PROGRESS | Connecting is in progress. |
| APPL_CR_ERROR | Error while connecting. |
| APPL_CR_CLOSED | Connection closed. |
| APPL_CR_CONNECTED | Successfully connected. |
Definition at line 24 of file appldefs.h.
1.5.5