Interface IShadowTcoCylinderBase
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoPneumaticsConnector.dll
Syntax
public interface IShadowTcoCylinderBase : IShadowTcoComponent, IShadowTcoObject, IVortexShadowObject
Properties
|
Improve this Doc
View Source
_atHomePos
Declaration
IShadowBool _atHomePos { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_atHomePosSignalInfo
Declaration
IShadowTcoSignalInfo _atHomePosSignalInfo { get; }
Property Value
|
Improve this Doc
View Source
_atWorkPos
Declaration
IShadowBool _atWorkPos { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_atWorkPosSignalInfo
Declaration
IShadowTcoSignalInfo _atWorkPosSignalInfo { get; }
Property Value
|
Improve this Doc
View Source
_toHomePos
Declaration
IShadowBool _toHomePos { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_toHomePosSignalInfo
Declaration
IShadowTcoSignalInfo _toHomePosSignalInfo { get; }
Property Value
|
Improve this Doc
View Source
_toWorkPos
Declaration
IShadowBool _toWorkPos { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_toWorkPosSignalInfo
Declaration
IShadowTcoSignalInfo _toWorkPosSignalInfo { get; }
Property Value
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainTcoCylinderBase)
Declaration
void CopyPlainToShadow(PlainTcoCylinderBase source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoCylinderBase CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()