|
DataFrame(Ticks, ConfigurationFrame, Byte, UInt16) Constructor
|
Creates a new
DataFrame from specified parameters.
Namespace: GSF.PhasorProtocols.BPAPDCstreamAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
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 -> DataFrame
GSF.PhasorProtocols.BPAPDCstream.DataFrame = function(timestamp, configurationFrame, packetNumber, sampleNumber);
View SourceParameters
- 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
This constructor is used by a consumer to generate a BPA PDCstream data frame.
See Also