Function anjay_oscore_object_install
Defined in File oscore.h
Function Documentation
-
int anjay_oscore_object_install(anjay_t *anjay)
Installs the OSCORE Object in Anjay.
The OSCORE module does not require explicit cleanup; all resources will be automatically freed up during the call to anjay_delete.
- Parameters:
anjay – Anjay instance for which the OSCORE Object is installed.
- Returns:
0 on success, or a negative value in case of error.