Click or drag to resize

ChannelDefinition Constructor

Creates a new instance of the ChannelDefinition class.

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public ChannelDefinition(
	CollectionElement physicalStructure,
	DataSourceRecord dataSource
)
View Source

Parameters

physicalStructure  CollectionElement
The collection element which is the physical structure of the channel definition.
dataSource  DataSourceRecord
The data source in which the channel definition resides.
See Also