fsMediaClose (Function) |
Top Previous Next |
This closes the media. Use this function to disable communication to the media. After the media is closed, the file system cannot be used until the media is opened again.
Please also see fsMediaOpen (Function).
Input: media : INT (0..3) The media to close.
Returns: None
Declaration: FUNCTION fsMediaClose;
Example: INCLUDE rtcu.inc |