Skip to content

LibFINS API Reference – finslib_area_to_file_transfer()

finslib_area_to_file_transfer( sys, start, disk, path, file, num_records );

Parameters

Parameter Type Description
sys struct fins_sys_tp * A pointer to a structure with the FINS context
start const char * ASCII representation of the start memory address
disk uint16_t Disk where the file is located
path const char * Sub directory path where the file is located
file const char * Name of the file where the data must be written to
num_records size_t * Number of records written to the file

Return Value

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

Description

See Also