Click or drag to resize

DigitalDefinitionBaseDataFormat Property

Gets the DataFormat of this DigitalDefinitionBase.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override sealed DataFormat DataFormat { get; }
View Source

Property Value

DataFormat

Implements

IChannelDefinitionDataFormat
IChannelDefinitionDataFormat
Remarks
Data format for digital values will always be FixedInteger.
See Also