Creates a new DataFrame from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual 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.
Remarks
This constructor is used by a consumer to generate a BPA PDCstream data frame.