openPDC Synchrophasor Help
DataFrame Constructor (timestamp, configurationFrame, packetNumber, sampleNumber)
NamespacesTVA.PhasorProtocols.BpaPdcStreamDataFrameDataFrame(Ticks, ConfigurationFrame, Byte, UInt16)
Creates a new DataFrame from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
public DataFrame(
	Ticks timestamp,
	ConfigurationFrame configurationFrame,
	byte packetNumber,
	ushort sampleNumber
)
Public Sub New ( _
	timestamp As Ticks, _
	configurationFrame As ConfigurationFrame, _
	packetNumber As Byte, _
	sampleNumber As UShort _
)
public:
DataFrame(
	Ticks timestamp, 
	ConfigurationFrame^ configurationFrame, 
	unsigned char packetNumber, 
	unsigned short sampleNumber
)
Parameters
timestamp (Ticks)
The exact timestamp, in Ticks, of the data represented by this DataFrame.
configurationFrame (ConfigurationFrame)
The ConfigurationFrame associated with this DataFrame.
packetNumber (Byte)
Packet number for this DataFrame.
sampleNumber (UInt16)
Sample number for thie DataFrame.
Remarks
This constructor is used by a consumer to generate a BPA PDCstream data frame.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0