Class PlainSyncUnitState
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainSyncUnitState
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()
Namespace: TcoIo
Assembly: TcoIoConnector.dll
Syntax
public class PlainSyncUnitState : INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainSyncUnitState()
Declaration
public PlainSyncUnitState()
Fields
|
Improve this Doc
View Source
_AtLeastOneSlaveDisabled
Declaration
bool _AtLeastOneSlaveDisabled
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_AtLeastOneSlaveInBootState
Declaration
bool _AtLeastOneSlaveInBootState
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_AtLeastOneSlaveInInitState
Declaration
bool _AtLeastOneSlaveInInitState
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_AtLeastOneSlaveInOpState
Declaration
bool _AtLeastOneSlaveInOpState
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_AtLeastOneSlaveInPreopState
Declaration
bool _AtLeastOneSlaveInPreopState
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_AtLeastOneSlaveInSafeOpState
Declaration
bool _AtLeastOneSlaveInSafeOpState
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_AtLeastOneSlaveNotPresent
Declaration
bool _AtLeastOneSlaveNotPresent
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_AtLeastOneSlaveSignalsError
Declaration
bool _AtLeastOneSlaveSignalsError
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_AtLeastOneSlaveSignalsLinkError
Declaration
bool _AtLeastOneSlaveSignalsLinkError
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_AtLeastOneSlaveSignalsMissingLink
Declaration
bool _AtLeastOneSlaveSignalsMissingLink
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_AtLeastOneSlaveSignalsUnexpectedLink
Declaration
bool _AtLeastOneSlaveSignalsUnexpectedLink
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_InitializationErrorOccurred
Declaration
bool _InitializationErrorOccurred
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_InvalidVendoridOrProductcodeRead
Declaration
bool _InvalidVendoridOrProductcodeRead
Field Value
Type |
Description |
System.Boolean |
|
Properties
|
Improve this Doc
View Source
AtLeastOneSlaveDisabled
Declaration
public bool AtLeastOneSlaveDisabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
AtLeastOneSlaveInBootState
Declaration
public bool AtLeastOneSlaveInBootState { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
AtLeastOneSlaveInInitState
Declaration
public bool AtLeastOneSlaveInInitState { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
AtLeastOneSlaveInOpState
Declaration
public bool AtLeastOneSlaveInOpState { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
AtLeastOneSlaveInPreopState
Declaration
public bool AtLeastOneSlaveInPreopState { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
AtLeastOneSlaveInSafeOpState
Declaration
public bool AtLeastOneSlaveInSafeOpState { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
AtLeastOneSlaveNotPresent
Declaration
public bool AtLeastOneSlaveNotPresent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
AtLeastOneSlaveSignalsError
Declaration
public bool AtLeastOneSlaveSignalsError { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
AtLeastOneSlaveSignalsLinkError
Declaration
public bool AtLeastOneSlaveSignalsLinkError { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
AtLeastOneSlaveSignalsMissingLink
Declaration
public bool AtLeastOneSlaveSignalsMissingLink { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
AtLeastOneSlaveSignalsUnexpectedLink
Declaration
public bool AtLeastOneSlaveSignalsUnexpectedLink { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
InitializationErrorOccurred
Declaration
public bool InitializationErrorOccurred { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
InvalidVendoridOrProductcodeRead
Declaration
public bool InvalidVendoridOrProductcodeRead { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ISyncUnitState)
Declaration
public void CopyCyclicToPlain(ISyncUnitState source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(SyncUnitState)
Declaration
public void CopyCyclicToPlain(SyncUnitState source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ISyncUnitState)
Declaration
public void CopyPlainToCyclic(ISyncUnitState target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(SyncUnitState)
Declaration
public void CopyPlainToCyclic(SyncUnitState target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowSyncUnitState)
Declaration
public void CopyPlainToShadow(IShadowSyncUnitState target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(SyncUnitState)
Declaration
public void CopyPlainToShadow(SyncUnitState target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowSyncUnitState)
Declaration
public void CopyShadowToPlain(IShadowSyncUnitState source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(SyncUnitState)
Declaration
public void CopyShadowToPlain(SyncUnitState 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