Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.2 KB

finslib_access_log_read.md

File metadata and controls

29 lines (21 loc) · 1.2 KB

Libfins API Reference

finslib_access_log_read( sys, accessdata, start_record, num_records, stored_records );

Parameters

Parameter Type Description
sys struct fins_sys_tp * A pointer to a structure with the FINS context
accessdata struct fins_accessdata_tp * Pointer to the buffer where the access data must be stored
start_record uint16_t The first access record to retrieve
num_records size_t The number of records to retrieve and at successful function return the actual number of records read
stored_records size_t The total number of stored records

Return Value

Type Description
int A return value from the list FINS_RETVAL_... indicating the result of the query

Description

See Also