Class PlainTcoEthercat
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoEthercat
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 PlainTcoEthercat : INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoEthercat()
Declaration
public PlainTcoEthercat()
Fields
|
Improve this Doc
View Source
__constC_MAX_LOCAL_ERROR_MESSAGES
Declaration
public const ushort __constC_MAX_LOCAL_ERROR_MESSAGES = 3
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
__constC_MaxSyncUnits
Declaration
public const ushort __constC_MaxSyncUnits = 10
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
_C_MAX_LOCAL_ERROR_MESSAGES
Declaration
ushort _C_MAX_LOCAL_ERROR_MESSAGES
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
_C_MaxSyncUnits
Declaration
Field Value
Type |
Description |
System.UInt16 |
|
Properties
|
Improve this Doc
View Source
C_MAX_LOCAL_ERROR_MESSAGES
Declaration
public ushort C_MAX_LOCAL_ERROR_MESSAGES { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
C_MaxSyncUnits
Declaration
public ushort C_MaxSyncUnits { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoEthercat)
Declaration
public void CopyCyclicToPlain(ITcoEthercat source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoEthercat)
Declaration
public void CopyCyclicToPlain(TcoEthercat source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoEthercat)
Declaration
public void CopyPlainToCyclic(ITcoEthercat target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoEthercat)
Declaration
public void CopyPlainToCyclic(TcoEthercat target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoEthercat)
Declaration
public void CopyPlainToShadow(IShadowTcoEthercat target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoEthercat)
Declaration
public void CopyPlainToShadow(TcoEthercat target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoEthercat)
Declaration
public void CopyShadowToPlain(IShadowTcoEthercat source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoEthercat)
Declaration
public void CopyShadowToPlain(TcoEthercat 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