White Papers

16 Version 1.0.0
Return code values for the InitializeMedia() method are specified in Table 11 and parameters are
specified in Table 12.
Table 11InitializeMedia() Method: Return Code Values
Value Description
2 Failed
4096 Job Created
Table 12InitializeMedia() Method: Parameters
Qualifiers Name Type Description/Values
OUT Job
CIM_Concrete
Job REF
Returned if job is created.
OUT MessageID String Error MessageID
OUT Message String Error Message
OUT MessageArguments[] String Error MessageArguments
Table 13InitializeMedia() Method: Standard Messages
MessageID (OUT parameter) Message MessageArguments[]
VF001 The command was successful
VF002 General failure
VF015 VFlash not enabled
8.2 DCIM_PersistentStorageService.VFlashStateChange()
The VFlashStateChange() method is used to enable or disable the virtual flash media device.
Upon successful invocation of the VFlashStateChange() method with RequestedState 1(Enable), the
DCIM_VFlashView. VFlashEnabledState property value shall change to TRUE.
Upon successful invocation of the VFlashStateChange( ) method with RequestedState 2(Disable), the
DCIM_VFlashView. VFlashEnabledState property value shall change to FALSE.
Return code values for the VFlashStateChange() method are specified in Table 14, and parameters are
specified in Table 15.
Table 14 – VFlashStateChange() Method: Return Code Values
Value Description
0 Completed with no error
2 Failed