GetBoolParameter

GetBoolParameter 1:

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

Syntax:

METHOD GetBoolParameter : HRESULT
VAR_INPUT
    eSelect: E_PressureControlParam;
    bValue : REFERENCE TO BOOL;
END_VAR

GetBoolParameter 2: Return value

Name

Type

Description

GetBoolParameter

HRESULT

See below

GetBoolParameter 3: Inputs

Name

Type

Description

eSelect

E_PressureControlParam

The selection of the parameter.

bValue

REFERENCE TO BOOL

A reference to the variable to be updated with the parameter.