Sming Framework API
()
Toggle main menu visibility
Sming
Components
IFS
src
include
IFS
Control.h
Go to the documentation of this file.
1
20
#pragma once
21
22
#include <cstdint>
23
24
namespace
IFS
25
{
31
enum
ControlCode
:
uint16_t
{
42
FCNTL_GET_MD5_HASH
= 1,
48
FCNTL_USER_BASE
= 0x8000,
49
};
50
51
}
// namespace IFS
IFS::ControlCode
ControlCode
See IFS::IFileSystem::fcontrol
Definition:
Control.h:31
IFS
Definition:
DirectoryTemplate.h:36
IFS::FCNTL_USER_BASE
Start of user-defined codes.
Definition:
Control.h:48
IFS::FCNTL_GET_MD5_HASH
Get stored MD5 hash for file.
Definition:
Control.h:42
uint16_t
Generated by
1.8.13