Please enable JavaScript to view this site.

List of all functions/instructions available in R3 programming language for flash management (independent of hardware type).

Legend: R = allowed use in Rules - T = allowed use in Tasks - I = Instruction - F = Function (thus has a return value)

Keyword

R

T

F/I

Description

f_avail()

-

T

F

Memory available on Compact Flash (CF)

f_close()

-

T

F

Closing a file opened in CF

f_copy()

-

T

F

Copying the contents of a file to a new file

f_del()

-

T

F

Deleting a file on the CF

f_dir()

-

T

F

Information about files contained in CF

f_gets()

-

T

F

Reads from CF a file opened in text mode

f_mkdir()

-

T

F

Creates a new directory in CF

f_open()

-

T

F

Opens a file in CF

f_puts()

-

T

F

Writes to a file on the CF that is open in text mode

f_read()

-

T

F

Reads from CF a file opened in binary mode

f_read_table_s()

-

T

F

Reads from CF an ascii file and loads the values in it into variables (checks for overflow from the buffer)

f_read_table()

-

T

F

Reads from CF an ascii file and loads the values in it into variables

f_rename()

-

T

F

Renames a file in CF

f_seek()

-

T

F

Moves the pointer inside a file on the CF

f_write()

-

T

F

Writes to a file on the CF opened in binary mode

f_format()

-

T

F

Formats CF partitions

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC