|
PhasorDataConcentratorBaseConfigurationFrame Property
|
Gets or sets the protocol specific IConfigurationFrame used to send to clients for protocol parsing.
Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.207-beta
Syntax public IConfigurationFrame ConfigurationFrame { get; set; }
Public Property ConfigurationFrame As IConfigurationFrame
Get
Set
public:
property IConfigurationFrame^ ConfigurationFrame {
IConfigurationFrame^ get ();
void set (IConfigurationFrame^ value);
}
member ConfigurationFrame : IConfigurationFrame with get, set
function get_ConfigurationFrame();
function set_ConfigurationFrame(value);
View SourceProperty Value
IConfigurationFrameSee Also