|
ESP SDK C API
|
Constant Definitions | |
| #define | ESP_SUBSCRIBER_FLAG_LOSSY |
| #define | ESP_SUBSCRIBER_FLAG_NOBASE |
| #define | ESP_SUBSCRIBER_FLAG_DISTRIBUTED |
| #define | ESP_SUBSCRIBER_FLAG_DROPPABLE |
| #define | ESP_SUBSCRIBER_FLAG_PRESERVE_BLOCKS |
| #define | ESP_SUBSCRIBER_FLAG_SHINETHROUGH |
| #define ESP_SUBSCRIBER_FLAG_DISTRIBUTED |
Not used.
| #define ESP_SUBSCRIBER_FLAG_DROPPABLE |
Server will drop the connection if client cannot keep up.
| #define ESP_SUBSCRIBER_FLAG_LOSSY |
Server will drop rows if client cannot keep up.
| #define ESP_SUBSCRIBER_FLAG_NOBASE |
Server will not send rows existing in the stream at the time connection is set up.
| #define ESP_SUBSCRIBER_FLAG_PRESERVE_BLOCKS |
Server will preseve transaction blocks.
| #define ESP_SUBSCRIBER_FLAG_SHINETHROUGH |
Not used.
1.7.5