Click or drag to resize

ChannelCellBaseIDCode Property

Gets or sets the numeric ID code for this ChannelCellBase.

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

Property Value

UInt16

Implements

IChannelCellIDCode
Remarks
Most phasor measurement devices define some kind of numeric identifier (e.g., a hardware identifier coded into the device ROM); this is the abstract representation of this identifier.
See Also