2.2.70 MethodSignatureBlock

MethodSignatureBlock is a block used to encode a set of in parameters or out parameters for a method definition in a CIM class. MethodSignatureBlock is simply an ObjectBlock using the method encoding format rules, as specified in section 2.3.3. MethodSignatureBlock contains ObjectEncodingLength followed by ObjectBlock. ObjectEncodingLength describes the size in octets of ObjectBlock. ObjectBlock encodes the CIM class describing either the input parameters or the output parameters of a method as described in section 2.3.3.

 MethodSignatureBlock = EncodingLength [ObjectBlock]