White Papers

Version 1.0.0 17
Table 15VFlashStateChange() Method: Parameters
Qualifiers Name Type Description/Values
IN, REQ RequestedState Uint32 Shall be set to:
1 (Enable) or
2 (Disable)
OUT MessageID String Error MessageID
OUT Message String Error Message
OUT MessageArguments[] String Error MessageArguments
Table 16 – VFlashStateChange() Method: Standard Messages
MessageID (OUT parameter) Message MessageArguments[]
VF001 The command was successful
VF002 General failure
VF003
Missing required parameter
<parameter> RequestedState
VF004
Invalid value of parameter
<parameter>
RequestedState
VF014 VFlash not disabled
VF013 SD card locked
VF024 Partition locked
VF027 Partition already attached
VF052 SD card not ready
VF014 VFlash not disabled
VF01 SD card locked
VF024 Partition locked
8.3 DCIM_PersistentStorageService.CreatePartition()
The CreatePartition() method is used to used for creating a new partition on a storage device.
Upon successful invocation of the CreatePartition() method, a new instance of
DCIM_OpaqueManagementData shall be created with the PartitionIndex property equal to the
PartitionIndex parameter, the Size property in MB equal to the Size parameter in the SizeUnit parameter
specified units, the PartitionType property equal to the string representation of PartitionType parameter
value map, and the Name property equal to the OSVolumeLabel parameter.
Return code values for the CreatePartition() method are specified in Table 17, and parameters are
specified in Table 18.
Table 17CreatePartition() Method: Return Code Values
Value Description
2 Failed
4096 Job Created