Class Mode (3.19.1)

Mode(value)

The input or output mode of the argument.

Enums

Name Description
MODE_UNSPECIFIED Unspecified mode.
IN The argument is input-only.
OUT The argument is output-only.
INOUT The argument is both an input and an output.