|
ConcentratorPublishConfigFrame Method
|
Execute the publish operation for a configuration frame.
Namespace: PhasorProtocolAdapters.IeeeC37_118Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.205-beta
Syntax protected override int PublishConfigFrame(
Ticks timestamp
)
Protected Overrides Function PublishConfigFrame (
timestamp As Ticks
) As Integer
protected:
virtual int PublishConfigFrame(
Ticks timestamp
) override
abstract PublishConfigFrame :
timestamp : Ticks -> int
override PublishConfigFrame :
timestamp : Ticks -> int
function PublishConfigFrame(timestamp);
View SourceParameters
- timestamp Ticks
- Timestamp to use for published configuration frame.
Return Value
Int32Total length of published bytes.
Remarks
Overriding to publish desired target configuration frame, that is, type 2 or 3.
See Also