Read
public uint32 Read([IN]REF CIM_OpaqueManagementData OpaqueManagementData, [IN]uint64 Offset, [IN][OUT]uint64 Length, [OUT]uint8 Data[], [IN]uint8 LockToken[])
- Permission Information:
Permitted realms:
ADMIN_SECURITY_ADMINISTRATION_REALM
General
Information:
Read() returns all or some of the bytes of opaque
management data in the extent represented by the referenced instance of
CIM_OpaqueManagementData.
Qualifiers:
-------------
ValueMap={0,
1, 2, 3..32767, 32768..65535}
Values={Completed with No Error, Not
Supported, Unknown/Unspecified Error, DMTF Reserved, Vendor
Specified}
Parameters:
--------------
- OpaqueManagementData
- General Information:
The CIM_OpaqueManagementData instance
that represents the extent that is the target of the
operation.
Qualifiers:
-------------
Required
IN
- Offset
- General Information:
Offset specifies the byte offset at which
to start
reading.
Qualifiers:
-------------
Required
IN
PUnit=byte
- Length
- General Information:
On entry, Length shall contain the number
of bytes to be read, starting at the byte offset in the Offset property. On
return, Length shall contain the number of bytes that were actually
read.
Qualifiers:
-------------
Required
IN
OUT
ModelCorrespondence={CIM_OpaqueManagementDataCapabilities.MaxReadLength}
PUnit=byte
- Data
- General Information:
On return, Data shall contain the bytes
of opaque management data read from the extent represented by the
OpaqueManagementData
parameter.
Qualifiers:
-------------
IN=false
OUT
MaxLen=4608
OctetString
- LockToken
- General Information:
A token that represents a Lock placed on
the data in the extent referenced by the OpaqueManagementData parameter,
using the Lock() method. Parameter shall be NULL if data is not
locked.
Qualifiers:
-------------
IN
OctetString