winIDEA SDK
|
This class presents a common API to configure parameters for partition based storage devices.
#include <CPartitionConfigurationModule.h>
Public Member Functions | |
virtual isys::CPartitionInfoSPtr | getPartitionInfo ()=0 |
Returns device's partition information. More... | |
virtual void | modify (ADDRESS_64 offset, ADDRESS_64 sizeInBytes, bool isBoot)=0 |
Modifies parameters of the selected partition. More... | |
|
pure virtual |
Returns device's partition information.
Python example: test_storage_get_partition_info.py
|
pure virtual |
Modifies parameters of the selected partition.
offset | to add to the address of the selected partition |
sizeInBytes | number of bytes reserved for selected partition |
isBoot | bootable partition flag |
Python example: test_storage_emmc_modify.py