|
ConfigurationFrameIDCode Property
|
Gets or sets the ID code.
Namespace: GSF.PhasorProtocols.IEC61850_90_5Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic 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;
}
abstract IDCode : uint16 with get, set
override IDCode : uint16 with get, set
function get_IDCode();
function set_IDCode(value);
View SourceProperty Value
UInt16Implements
IChannelFrameIDCode
See Also