|
ChannelFrameParsingStateBaseTCellCount Property
|
Gets or sets number of cells that are expected in associated
IChannelFrame being parsed.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public virtual int CellCount { get; set; }
Public Overridable Property CellCount As Integer
Get
Set
public:
virtual property int CellCount {
int get ();
void set (int value);
}
abstract CellCount : int with get, set
override CellCount : int with get, set
function get_CellCount();
function set_CellCount(value);
View SourceProperty Value
Int32Implements
IChannelFrameParsingStateTCellCountSee Also