openPDC Synchrophasor Help
IDCode Property
NamespacesTVA.PhasorProtocolsDataFrameBaseIDCode
Gets the numeric ID code for this DataFrameBase.
Declaration Syntax
C#Visual BasicVisual C++
public override ushort IDCode { get; set; }
Public Overrides Property IDCode As UShort
	Get
	Set
public:
virtual property unsigned short IDCode {
	unsigned short get () override;
	void set (unsigned short value) override;
}
Remarks
This value is read-only for DataFrameBase; assigning a value will throw an exception. Value returned is the IDCode of the associated ConfigurationFrame.
Exceptions
ExceptionCondition
NotSupportedExceptionIDCode of a data frame is read-only, change IDCode is associated configuration frame instead.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0