Click or drag to resize

ScalarElementSetBool4 Method

Sets the value of this scalar as a 4-byte boolean.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public void SetBool4(
	bool value
)
View Source

Parameters

value  Boolean
The new value as a 4-byte boolean.
See Also