White Papers

24 Version 1.0.0
Qualifiers Name Type Description/Values
IN, REQ AccessType Uint16
The value shall be: 1 (Read-Only), or 3(Read-Write)
OUT MessageID String Error MessageID
OUT Message String Error Message
OUT MessageArguments[] String Error MessageArguments
Table 31ModifyPartition() Method:Standard Messages
MessageID (OUT parameter) Message MessageArguments[]
VF001 The command was successful
VF002 General failure
VF004
Invalid value of parameter
<parameter>
PartitionIndex, AccessType
VF012 SD card not present
VF013 SD card locked
VF015 VFlash not enabled
VF016 SD card is read only
VF017 SD card not initialized
VF018 Partition does not exist
VF024 Partition locked
VF026 Partition index in use
VF028 Partition already detached
VF034 Invalid partition access type
VF047 Unsupported SD card
VF052 SD card not ready
8.8 DCIM_PersistentStorageService.AttachPartition()
The AttachPartition( ) method is used to expose a partition as to the managed system’s OS.
Upon the successful execution of the AttachPartition() method, the partition, represented by the
DCIM_OpaqueManagementData instance with the PartitionIndex property equal to the PartitionIndex
parameter, shall be exposed to the host OS.
Return code values for the AttachPartition( ) method are specified in Table 32 and parameters are
specified in Table 33.
Table 32AttachPartition() Method: Return Code Values
Value Description
2 Failed
4096 Job Created
Table 33AttachPartition() Method: Parameters
Qualifiers Name Type Description/Values
IN, REQ PartitionIndex Uint16
The index of the partition that shall have value be
between 1 and 16.