Function anjay_new
Defined in File core.h
Function Documentation
-
anjay_t *anjay_new(const anjay_configuration_t *config)
Creates a new Anjay object.
- Parameters:
config – Initial configuration. For details, see anjay_configuration_t .
- Returns:
Created Anjay object on success, NULL in case of error.