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.178 -- Release Build+f2b94d09f81a61f5d7415b9db3fd60b6ae3f7e12
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