Group SDS_Event_Codes
SDS Event Codes. More...
Macros
| Type | Name |
|---|---|
| define | SDS_EVENT_ERROR_IO (1UL)Event triggered when an SDS I/O error occurs. |
| define | SDS_EVENT_NO_DATA (4UL)Event triggered when sdsRead fails due to insufficient data in the SDS circular buffer. |
| define | SDS_EVENT_NO_SPACE (2UL)Event triggered when sdsWrite fails due to insufficient space in the SDS circular buffer. |
Detailed Description
The following values are passed as event value to the sdsEvent_t callback function.
Macro Definition Documentation
define SDS_EVENT_ERROR_IO
Event triggered when an SDS I/O error occurs.
#define SDS_EVENT_ERROR_IO `(1UL)`
define SDS_EVENT_NO_DATA
Event triggered when sdsRead fails due to insufficient data in the SDS circular buffer.
#define SDS_EVENT_NO_DATA `(4UL)`
define SDS_EVENT_NO_SPACE
Event triggered when sdsWrite fails due to insufficient space in the SDS circular buffer.
#define SDS_EVENT_NO_SPACE `(2UL)`