Table of Contents

ParameterChannelActionFlag

Namespace
ZCore

This enum is used together with the Request method of an IParameterChannel to control the action of said method.

Fields

Undefined = 2#00
Read = 2#01
Write = 2#10
ReadWrite = 2#11