Function anjay_server_object_install
Defined in File server.h
Function Documentation
-
int anjay_server_object_install(anjay_t *anjay)
Installs the Server Object in an Anjay instance.
The Server 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 Server Object is installed.
- Returns:
0 on success, or a negative value in case of error.