DlmsWrapperCommunicatorFirstRequest Property

Flag indicating the first request will be done. This property is initialized to true in the constructor and set automatically to false after first successfull request. But it can be set before any request.

Definition

Namespace: OddPrg.Communication.Dlms
Assembly: OddPrg.Communication.DlmsWrapper (in OddPrg.Communication.DlmsWrapper.dll) Version: 2.0.0.3 (2.0.0.3)
C#
public bool FirstRequest { get; set; }

Property Value

Boolean

See Also