Click or drag to resize

IOSymbol Class

A symbol that can perform IO.
Inheritance Hierarchy

Namespace:  Demo3D.PLC.Rockwell.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class IOSymbol : Symbol

The IOSymbol type exposes the following members.

Constructors
  NameDescription
Protected methodIOSymbol
Constructs an IO symbol.
Top
Properties
  NameDescription
Public propertyAliasFor
The tag for which this is an alias.
(Inherited from Symbol.)
Public propertyAllowedAccess
The allowed access rights defined by the symbol.
(Inherited from Symbol.)
Public propertyBase
The ultimate base tag for which this is an alias.
(Inherited from Symbol.)
Public propertyClassId
The class id of the symbol (or 0).
(Inherited from SymbolBase.)
Public propertyContainer
The controller/program/router that owns this symbol.
(Inherited from SymbolBase.)
Public propertyDescription
Symbol description.
(Inherited from Symbol.)
Public propertyFullName
The full symbol path name.
(Inherited from SymbolBase.)
Public propertyInstanceId
The instance id of the symbol.
(Inherited from SymbolBase.)
Public propertyIOInfo
IO tree information for a symbol that refers to a device/module data (or null).
Public propertyIsHidden
True if the symbol is hidden.
(Inherited from SymbolBase.)
Public propertyIsSubSymbol
True if this is a program or routine level symbol.
(Inherited from SymbolBase.)
Public propertyName
The symbol name.
(Inherited from SymbolBase.)
Public propertyType
The PLC type of the symbol.
(Inherited from Symbol.)
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from Symbol.)
Public methodEquals(Symbol)
Determines whether the specified object is equal to the current object.
(Inherited from Symbol.)
Public methodEquals(SymbolBase)
Determines whether the specified object is equal to the current object.
(Inherited from SymbolBase.)
Public methodGetHashCode
Returns the hash code for this symbol.
(Inherited from Symbol.)
Public methodToString
Returns a string that represents the symbol.
(Inherited from Symbol.)
Top
Events
  NameDescription
Public eventTagCreated
Occurs when a tag is created for this symbol.
Top
Remarks
May be a real symbol from the PLC (see PLCSymbol) or a pseudo symbol.
See Also