Click or drag to resize

PseudoSymbol Class

Pseudo symbol (injected into the symbol table by the device driver).
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIPSymbolBase
    Demo3D.PLC.Comms.CIPSymbol
      Demo3D.PLC.Rockwell.Comms.CIPIOSymbol
        Demo3D.PLC.Rockwell.Comms.CIPPseudoSymbol

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

The PseudoSymbol type exposes the following members.

Constructors
  NameDescription
Public methodPseudoSymbol
Constructs a pseudo 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 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).
(Inherited from IOSymbol.)
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 propertyTagCreated
Invoked when a tag is created for this symbol.
(Inherited from IOSymbol.)
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
See Also