|
PhasorMeasurementMapperUdpPublishChannel Property
|
Gets or sets reference to UdpServer publication channel, attaching and/or detaching to events as needed.
Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.207-beta
Syntax protected UdpServer UdpPublishChannel { get; set; }
Protected Property UdpPublishChannel As UdpServer
Get
Set
protected:
property UdpServer^ UdpPublishChannel {
UdpServer^ get ();
void set (UdpServer^ value);
}
member UdpPublishChannel : UdpServer with get, set
function get_UdpPublishChannel();
function set_UdpPublishChannel(value);
View SourceProperty Value
UdpServerSee Also