IPlcValueInfo Interface

Namespace: IPS7Lnk.Advanced
Assemblies: IPS7LnkNet.Advanced.dll

Provides information about the attributes of a value and provides access to value metadata.

C#

public interface IPlcValueInfo : IPlcMemberInfo, IPlcRelocatable<IPlcMemberInfo>, IPlcRelocatable


Implements IPlcMemberInfo, MakeAbsoluteMember(Advanced), IPlcRelocatable<Relocate>(System), IPlcRelocatable<Relocate>(Int32, System), IPlcRelocatable<Relocate>(Int32, Int32, System), IPlcRelocatable<Relocate>(Advanced)

Name Description
InitialValue Gets the initial value of the member.
Name Gets the name of the member.
(Inherited from IPlcMemberInfo)
Type Gets the PlcType of the member.
(Inherited from IPlcMemberInfo)
Name Description
MakeAbsoluteMember(PlcIdentity) Retrieves the IPlcMemberInfo as an absolute addressable PLC data member.
(Inherited from IPlcMemberInfo)