Typedef anjay_nidd_driver_error_t
Defined in File nidd.h
Typedef Documentation
-
typedef avs_errno_t anjay_nidd_driver_error_t(anjay_nidd_driver_t *driver)
Obtains error code of the last operation if it failed.
NOTE:
AVS_ENODEVis reserved for signalling a loss-of-carrier condition that shall NOT be treated as fatal. For this one special error code, errors while handling incoming requests will NOT trigger connection closure (and subsequent retry and/or rebootstrap attempts) as all other errors will.- Param driver:
Device driver context to operate on.
- Return:
last errno code.