Typedef anjay_nidd_driver_disconnect_t
Defined in File nidd.h
Typedef Documentation
-
typedef int anjay_nidd_driver_disconnect_t(anjay_nidd_driver_t *driver)
Unsets the NIDD connection on the underlying device.
- Param driver:
Device driver context to operate on.
- Return:
0 on success, negative value in case of an error. Driver errno MUST be set to a non-zero value if the function fails.