1.2.7.4.67 SYS_FS_MEDIA_MANAGER_VolumePropertyGet Function
C
bool SYS_FS_MEDIA_MANAGER_VolumePropertyGet
(
const char *devName
SYS_FS_VOLUME_PROPERTY *str
);Summary
Gets the volume property.
Description
This function gets the property of the volume. This function is used by higher layers (sys_fs layer) to know the property of the volume as specified in the SYS_FS_VOLUME_PROPERTY structure.
Precondition
None.
Parameters
| Param | Description |
|---|---|
| *devName | String name of the media |
| *str | Pointer to structure of type SYS_FS_VOLUME_PROPERTY |
Returns
True or false.
