Click or drag to resize
Grid Solutions Framework

PhasorMeasurementMapperRequestCurrentConfiguration Method

Returns the current configuration frame to the caller.

Namespace: PhasorProtocolAdapters
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.181-beta
Syntax
[AdapterCommandAttribute("Requests the current configuration frame and returns it to the caller.", 
	new string[] { ... })]
public IConfigurationFrame RequestCurrentConfiguration()
View Source

Return Value

IConfigurationFrame
A IConfigurationFrame if successful, -or- null if request failed.
See Also