Class PlainTcoEthercatDiagnosticsTask
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoEthercatDiagnosticsTask
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 PlainTcoEthercatDiagnosticsTask : PlainTcoTask, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoEthercatDiagnosticsTask()
Declaration
public PlainTcoEthercatDiagnosticsTask()
Fields
|
Improve this Doc
View Source
__ConfigSlavesCount
Declaration
ushort __ConfigSlavesCount
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
__DiagnosticsMessengerIndex
Declaration
ushort __DiagnosticsMessengerIndex
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
__DiagnosticsMessengers
Declaration
PlainDiagnosticsMessengers __DiagnosticsMessengers
Field Value
|
Improve this Doc
View Source
__i
Declaration
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
__name
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
__SlaveStatesCount
Declaration
ushort __SlaveStatesCount
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
__state
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
__type
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
__updateDiagnosticsState
Declaration
PlainTcoState __updateDiagnosticsState
Field Value
|
Improve this Doc
View Source
_outDiagnosticsAvailable
Declaration
bool _outDiagnosticsAvailable
Field Value
Type |
Description |
System.Boolean |
|
Properties
|
Improve this Doc
View Source
_ConfigSlavesCount
Declaration
public ushort _ConfigSlavesCount { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
_DiagnosticsMessengerIndex
Declaration
public ushort _DiagnosticsMessengerIndex { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
_DiagnosticsMessengers
Declaration
public PlainDiagnosticsMessengers _DiagnosticsMessengers { get; set; }
Property Value
|
Improve this Doc
View Source
_i
Declaration
public ushort _i { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
_name
Declaration
public string _name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
_SlaveStatesCount
Declaration
public ushort _SlaveStatesCount { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
_state
Declaration
public string _state { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
_type
Declaration
public string _type { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
_updateDiagnosticsState
Declaration
public PlainTcoState _updateDiagnosticsState { get; set; }
Property Value
|
Improve this Doc
View Source
outDiagnosticsAvailable
Declaration
public bool outDiagnosticsAvailable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoEthercatDiagnosticsTask)
Declaration
public void CopyCyclicToPlain(ITcoEthercatDiagnosticsTask source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoEthercatDiagnosticsTask)
Declaration
public void CopyCyclicToPlain(TcoEthercatDiagnosticsTask source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoEthercatDiagnosticsTask)
Declaration
public void CopyPlainToCyclic(ITcoEthercatDiagnosticsTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoEthercatDiagnosticsTask)
Declaration
public void CopyPlainToCyclic(TcoEthercatDiagnosticsTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoEthercatDiagnosticsTask)
Declaration
public void CopyPlainToShadow(IShadowTcoEthercatDiagnosticsTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoEthercatDiagnosticsTask)
Declaration
public void CopyPlainToShadow(TcoEthercatDiagnosticsTask target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoEthercatDiagnosticsTask)
Declaration
public void CopyShadowToPlain(IShadowTcoEthercatDiagnosticsTask source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoEthercatDiagnosticsTask)
Declaration
public void CopyShadowToPlain(TcoEthercatDiagnosticsTask 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