IPlcSymbol Members

Namespace: IPS7Lnk.Advanced
Assemblies: IPS7LnkNet.Advanced.dll, IPS7LnkNet.Advanced.dll
The IPlcSymbol interface defines the following members.

Description

Gets or sets more meaningful information about the symbol and its usage than only using the Name property.

C#

string Description { get; set; }


Property Value

String

A String value containing additional information about the symbol and its usage.

Name

Gets the name of the symbol through that PLC data can be accessed.

C#

PlcName Name { get; }


Property Value

PlcName

A PlcName value identifying the symbol.