Home About us GitHub Contact us Docs

FoxOS

Welcome to the FoxOS website!

sm32_dev_fs_file::sm32_dev_fs_file

Signature: sm32_dev_fs_file::sm32_dev_fs_file()
Attributes: undefined
Description: Constructor for the dev fs file class

sm32_dev_fs_file::read

Signature: void sm32_dev_fs_file::read(fs::file_t* file, void* buffer, size_t size, size_t offset)
Description: Reads from the dev fs file

Parameters:

Return: void

sm32_dev_fs_file::prepare_file

Signature: void sm32_dev_fs_file::prepare_file(fs::file_t* file)
Description: Prepares the dev fs file after it is opend

Parameters:

Return: void

sm32_dev_fs_file::get_name

Signature: char* sm32_dev_fs_file::get_name()
Description: Gets the name of the dev

Return: char*

Show file on GitHub