Interface ITcoSequencerModeController
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface ITcoSequencerModeController : ITcoObject, IVortexOnlineObject
Properties
|
Improve this Doc
View Source
_changeMode
Declaration
ITcoTask _changeMode { get; }
Property Value
|
Improve this Doc
View Source
_DisableModeChanging
Declaration
[ReadOnly]
IOnlineBool _DisableModeChanging { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
_DisableStepSkipping
Declaration
[ReadOnly]
IOnlineBool _DisableStepSkipping { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
_mode
Declaration
[ReadOnly]
[EnumeratorDiscriminator(typeof(eSequencerMode))]
IOnlineInt _mode { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineInt |
|
|
Improve this Doc
View Source
_stepBackward
Declaration
ITcoTask _stepBackward { get; }
Property Value
|
Improve this Doc
View Source
_stepForward
Declaration
ITcoTask _stepForward { get; }
Property Value
|
Improve this Doc
View Source
_stepIn
Declaration
ITcoTask _stepIn { get; }
Property Value
|
Improve this Doc
View Source
inCurrentStepRunning
Declaration
IOnlineBool inCurrentStepRunning { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoSequencerModeController CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoSequencerModeController)
Declaration
void FlushOnlineToPlain(PlainTcoSequencerModeController source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoSequencerModeController)
Declaration
void FlushPlainToOnline(PlainTcoSequencerModeController source)
Parameters