Click or drag to resize

DataFrameBaseIDCode Property

Gets the numeric ID code for this DataFrameBase.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public override ushort IDCode { get; set; }
View Source

Property Value

UInt16

Implements

IChannelFrameIDCode
IChannelFrameIDCode
Exceptions
ExceptionCondition
NotSupportedExceptionIDCode of a data frame is read-only, change IDCode in associated configuration frame instead.
Remarks
This value is read-only for DataFrameBase; assigning a value will throw an exception. Value returned is the IDCode of the associated ConfigurationFrame.
See Also