ChannelCellParsingStateBaseDigitalCount Property
Gets or sets the number of digital elements associated with the
IChannelCell being parsed.
Namespace: Gemstone.PhasorProtocolsAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.164 -- Release Build+e526f121ce33f6a601f5d1519047de17ef46ec99
public virtual int DigitalCount { get; set; }
Public Overridable Property DigitalCount As Integer
Get
Set
public:
virtual property int DigitalCount {
int get ();
void set (int value);
}
function get_DigitalCount();
function set_DigitalCount(value);
Int32IChannelCellParsingStateDigitalCount