|
MultiProtocolFrameParserIsConnected Property
|
Gets a flag that determines if the currently selected
TransportProtocol is connected.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public bool IsConnected { get; }
Public ReadOnly Property IsConnected As Boolean
Get
public:
property bool IsConnected {
bool get ();
}
member IsConnected : bool with get
function get_IsConnected();
View SourceProperty Value
BooleanSee Also