Click or drag to resize

DigitalValueBase.IsEmpty Property

Gets boolean value that determines if none of the composite values of DigitalValueBase have been assigned a value.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.244-beta
Syntax
public override bool IsEmpty { get; }
View Source

Return Value

Boolean
True, if no composite values have been assigned a value; otherwise, false.

Implements

IChannelValue<T>.IsEmpty
IChannelValue<T>.IsEmpty
See Also