Click or drag to resize
Grid Solutions Framework

ConcentratorPublishConfigFrame Method

Execute the publish operation for a configuration frame.

Namespace: PhasorProtocolAdapters.IeeeC37_118
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.182-beta
Syntax
protected override 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
Overriding to publish desired target configuration frame, that is, type 2 or 3.
See Also