DlmsProtocolProtocolListener Property

Listener used to return data from PLC or from UDP. It must be assigned before any communication is executed.

Definition

Namespace: OddPrg.Protocols.DLMS
Assembly: OddPrg.Protocols.Dlms (in OddPrg.Protocols.Dlms.dll) Version: 2.0.0.13 (2.0.0.13)
C#
public Listener ProtocolListener { get; set; }

Property Value

Listener

See Also