2.2.3.13 Command Parameter

This data type represents a parameter of a command implemented by a higher layer on the server.

A command parameter is an object with the following extended properties (see section 2.2.5.2.9).

  • Name of the parameter

    • Property name: N.

    • Property type: String (see section 2.2.5.1.1) if the parameter has a name; otherwise a Null Value (see section 2.2.5.1.20).

  • Parameter value

    • Property name: V.

    • Property type: Primitive Type Object (section 2.2.5.1) or Complex Object (section 2.2.5.2).

The Complex Object described in this section SHOULD have no associated type names (section 2.2.5.2.3).

For an example, see section 2.2.2.10.