|
Barracuda Application Server C/C++ Reference
Native APIs, integration guides, and platform interfaces
|

Macros | |
| #define | SMQE_BUF_OVERFLOW -10000 |
| The buffer provided in SMQ_constructor is not sufficiently large. More... | |
| #define | SMQE_INVALID_URL -10002 |
| The URL provided is invalid. More... | |
| #define | SMQE_PROTOCOL_ERROR -10003 |
| TCP connection error. More... | |
| #define | SMQE_DISCONNECT -10004 |
| Server sent a disconnect message. More... | |
| #define | SMQE_PONGTIMEOUT -10005 |
| No PONG response to PING: timeout. More... | |
| #define SMQE_BUF_OVERFLOW -10000 |
The buffer provided in SMQ_constructor is not sufficiently large.
| #define SMQE_DISCONNECT -10004 |
Server sent a disconnect message.
| #define SMQE_INVALID_URL -10002 |
The URL provided is invalid.
| #define SMQE_PONGTIMEOUT -10005 |
No PONG response to PING: timeout.
| #define SMQE_PROTOCOL_ERROR -10003 |
TCP connection error.