Click or drag to resize

ChannelValueBaseT(IDataCell, T) Constructor

Creates a new ChannelValueBaseT from specified parameters.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected ChannelValueBase(
	IDataCell parent,
	T channelDefinition
)
View Source

Parameters

parent  IDataCell
The IDataCell parent of this ChannelValueBaseT.
channelDefinition  T
The IChannelDefinition associated with this ChannelValueBaseT.
See Also