Click or drag to resize
Grid Solutions Framework

PhasorDataConcentratorBasePublishConfigFrame Method

Execute the publish operation for a configuration frame.

Namespace: PhasorProtocolAdapters
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.182-beta
Syntax
protected virtual int PublishConfigFrame(
	Ticks timestamp
)
View Source

Parameters

timestamp  Ticks
Timestamp to use for published configuration frame.

Return Value

Int32
Total length of published bytes.
Remarks
This method allows for custom configuration frame publication, e.g., a config frame that may need to span multiple frames.
See Also