1.2.7.4.68 SYS_FS_MEDIA_MANAGER_MediaStatusGet Function
C
bool SYS_FS_MEDIA_MANAGER_MediaStatusGet
(
const char *devName
);Summary
Gets the media status.
Description
This function gets the media status. This function is used by higher layers (sys_fs layer) to know the status of the media whether the media is attached or detached.
Precondition
None.
Parameters
| Param | Description |
|---|---|
| *devName | string name of the media |
Returns
Media attach/detach status of type bool.
