SetBoolParameter

SetBoolParameter 1:

This method is used to define BOOL parameters of the controller. For details see E_PressureControlParam.

Syntax:

METHOD SetBoolParameter : HRESULT
VAR_INPUT
    eSelect: E_PressureControlParam;
    bValue : BOOL;
END_VAR

SetBoolParameter 2: Return value

Name

Type

Description

SetBoolParameter

HRESULT

See below

SetBoolParameter 3: Inputs

Name

Type

Description

eSelect

E_PressureControlParam

The selection of the parameter.

bValue

BOOL

The value with which the parameter is to be defined.