Function anjay_server_object_persist

Function Documentation

avs_error_t anjay_server_object_persist(anjay_t *anjay, avs_stream_t *out_stream)

Dumps Server Object Instances into the out_stream .

Parameters:
  • anjay – Anjay instance with Server Object installed.

  • out_stream – Stream to write to.

Returns:

AVS_OK in case of success, or an error code.