Class PlainTcoCylinder
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoCylinder
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: TcoPneumaticsConnector.dll
Syntax
public class PlainTcoCylinder : PlainTcoCylinderBase, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoCylinder()
Declaration
public PlainTcoCylinder()
Fields
|
Improve this Doc
View Source
__config
Declaration
PlainTcoCylinderConfig __config
Field Value
|
Improve this Doc
View Source
__moveHomeDefault
Declaration
PlainTcoCylinderMoveTask __moveHomeDefault
Field Value
|
Improve this Doc
View Source
__moveWorkDefault
Declaration
PlainTcoCylinderMoveTask __moveWorkDefault
Field Value
|
Improve this Doc
View Source
__status
Declaration
PlainTcoCylinderStatus __status
Field Value
|
Improve this Doc
View Source
__stopDefault
Declaration
PlainTcoTask __stopDefault
Field Value
Properties
|
Improve this Doc
View Source
_config
Declaration
public PlainTcoCylinderConfig _config { get; set; }
Property Value
|
Improve this Doc
View Source
_moveHomeDefault
Declaration
public PlainTcoCylinderMoveTask _moveHomeDefault { get; set; }
Property Value
|
Improve this Doc
View Source
_moveWorkDefault
Declaration
public PlainTcoCylinderMoveTask _moveWorkDefault { get; set; }
Property Value
|
Improve this Doc
View Source
_status
Declaration
public PlainTcoCylinderStatus _status { get; set; }
Property Value
|
Improve this Doc
View Source
_stopDefault
Declaration
public PlainTcoTask _stopDefault { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoCylinder)
Declaration
public void CopyCyclicToPlain(ITcoCylinder source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoCylinder)
Declaration
public void CopyCyclicToPlain(TcoCylinder source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoCylinder)
Declaration
public void CopyPlainToCyclic(ITcoCylinder target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoCylinder)
Declaration
public void CopyPlainToCyclic(TcoCylinder target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoCylinder)
Declaration
public void CopyPlainToShadow(IShadowTcoCylinder target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoCylinder)
Declaration
public void CopyPlainToShadow(TcoCylinder target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoCylinder)
Declaration
public void CopyShadowToPlain(IShadowTcoCylinder source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoCylinder)
Declaration
public void CopyShadowToPlain(TcoCylinder source)
Parameters
Events
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain