Click or drag to resize

ChannelCellBase(IChannelFrame, UInt16) Constructor

Creates a new ChannelCellBase from specified parameters.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected ChannelCellBase(
	IChannelFrame parent,
	ushort idCode
)
View Source

Parameters

parent  IChannelFrame
A reference to the parent IChannelFrame for this ChannelCellBase.
idCode  UInt16
The numeric ID code for this ChannelCellBase.
See Also