Functions in removablemedia.h
Functions for working with removable media (e.g., SD cards).
removablemedia_event_get_info()
Retrieve the Removable Media information structure from a
REMOVABLEMEDIA_INFO
event.
removablemedia_free_info()
Free the memory that is used by a Removable Media information structure.
removablemedia_get_domain()
Get the unique domain ID for the Removable Media service.
removablemedia_get_info()
Retrieve the current Removable Media information.
removablemedia_info_get_capacity()
Retrieve the total capacity of the removable media.
removablemedia_info_get_device_path()
Retrieve the path of the device where the removable media is mounted on.
removablemedia_info_get_format()
Retrieve the format of the file system.
removablemedia_info_get_free_space()
Retrieve the amount of the total capacity of the removable media that is free.
removablemedia_info_get_id()
Retrieve the ID.
removablemedia_info_get_manufacturer_id()
Retrieve the manufacturer ID.
removablemedia_info_get_mount_path()
Retrieve the path where the removable media is mounted at.
removablemedia_info_get_name()
Retrieve the media name.
removablemedia_info_get_next()
Retrieve the next Removable Media information.
removablemedia_info_get_presence()
Retrieve the state of presence of the media.
removablemedia_info_get_speed_class()
Retrieve the speed class.
removablemedia_info_get_type()
Retrieve the type of the underlying device.
removablemedia_info_get_volume_label()
Retrieve the volume label.
removablemedia_info_is_busy()
Determine whether the removable media is busy.
removablemedia_info_is_formatted()
Determine whether the removable media is formatted.
removablemedia_info_is_mounted()
Determine whether the removable media is mounted.
removablemedia_info_is_online()
Determine whether the removable media is online.
removablemedia_info_is_read_only()
Determine whether the removable media is read only.
removablemedia_info_is_removable()
Determine whether the removable media is removable.
removablemedia_info_is_write_protected()
Determine whether the removable media is write protected.
removablemedia_request_events()
Start receiving Removable Media events.
removablemedia_stop_events()
Stop receiving Removable Media events.
Parent topic:
Removable media (removablemedia.h)
Related concepts
Data types in removablemedia.h