Click or drag to resize

CommonFrameHeader(FrameSize, Ticks) Constructor

Creates a new CommonFrameHeader from specified parameters.

Namespace: GSF.PhasorProtocols.SelFastMessage
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public CommonFrameHeader(
	FrameSize frameSize,
	Ticks timestamp
)
View Source

Parameters

frameSize  FrameSize
The FrameSize of this frame.
timestamp  Ticks
The timestamp of this frame.
See Also