GetBoolParameter
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
Return value
Name | Type | Description |
---|---|---|
GetBoolParameter | HRESULT | See below |
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. |