Fanuc C-Executer Operating Manual
B-62443EN-3/03E
- 861 -
------------------------------------------------------------------------------
5. Read data from the F-ROM file. <Main,Alarm,Comm>
------------------------------------------------------------------------------
[Name]
aux_from_read
[Syntax]
#include <bios.h>
int aux_from_read( unsigned char *buffer, unsigned int size ) ;
[Argument]
buffer Buffer area to store read data.
size Size of the data to be read.
[Return]
Returns size of the data being read if successful. Returns zero if
any error occurs.
[Description]
This function reads data from the selected data file and stores the
data in the specified buffer area.
Before calling this function, a data file, which data is read from,
must be selected by aux_from_select() function.