PlcEntityResult Members

Namespace: IPS7Lnk.Advanced
Assemblies: IPS7LnkNet.Advanced.dll, IPS7LnkNet.Advanced.dll
The PlcEntityResult type exposes the following members.

PlcEntityResult(IPlcEntity, PlcStatus)

C#

protected PlcEntityResult(IPlcEntity entity, PlcStatus status)


Parameters

entity IPlcEntity


status PlcStatus



Exceptions

ArgumentNullException


Entity

C#

public IPlcEntity Entity { get; }


Property Value

IPlcEntity

Status

C#

public PlcStatus Status { get; }


Property Value

PlcStatus