|   | DataFrame(Ticks, ConfigurationFrame, Byte, UInt16) Constructor | 
        
        
            Creates a new 
DataFrame from specified parameters.
            
 GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
SyntaxPublic 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
)
new : 
        timestamp : Ticks * 
        configurationFrame : ConfigurationFrame * 
        packetNumber : byte * 
        sampleNumber : uint16 -> DataFrameGSF.PhasorProtocols.BPAPDCstream.DataFrame = function(timestamp, configurationFrame, packetNumber, 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 this DataFrame.
 Remarks
Remarks
            This constructor is used by a consumer to generate a BPA PDCstream data frame.
            
 See Also
See Also