Click or drag to resize

DataFrame(Int64, ConfigurationFrame) Constructor

Creates a new DataFrame from specified parameters.

Namespace: GSF.PhasorProtocols.SelCWS
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.260-beta
Syntax
public DataFrame(
	long nanosecondTimestamp,
	ConfigurationFrame configurationFrame
)
View Source

Parameters

nanosecondTimestamp  Int64
The exact timestamp, in nanoseconds, of the data represented by this DataFrame.
configurationFrame  ConfigurationFrame
The ConfigurationFrame associated with this DataFrame.
Remarks
This constructor is used by a consumer to generate a SEL CWS data frame.
See Also