|
MultiProtocolFrameParserConnectionIsMulticast Property
|
Gets flag that determines if the connection type is multicast.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public bool ConnectionIsMulticast { get; }
Public ReadOnly Property ConnectionIsMulticast As Boolean
Get
public:
property bool ConnectionIsMulticast {
bool get ();
}
member ConnectionIsMulticast : bool with get
function get_ConnectionIsMulticast();
View SourceProperty Value
BooleanSee Also