SetBoolParameter
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
Return value
Name | Type | Description |
---|---|---|
SetBoolParameter | HRESULT | See below |
Inputs
Name | Type | Description |
---|---|---|
eSelect | E_PressureControlParam | The selection of the parameter. |
bValue | BOOL | The value with which the parameter is to be defined. |