Function anjay_access_control_persist
Defined in File access_control.h
Function Documentation
-
avs_error_t anjay_access_control_persist(anjay_t *anjay, avs_stream_t *out_stream)
Dumps Access Control Object Instances to the
out_stream.- Parameters:
anjay – ANJAY object with the Access Control module installed
out_stream – stream to write to
- Returns:
AVS_OK in case of success, or an error code.