Struct anjay_nidd_driver_struct

Struct Documentation

struct anjay_nidd_driver_struct

An abstract device driver definition.

Implementation of a device driver uses this structure as its base. User may implement a custom driver for any device, e.g. AT modem by providing their own device driver methods implementation.

NOTE: Example implementation is provided by the at_nidd module.