Class PlainTcoLogger
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoLogger
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()
Assembly: TcoCoreConnector.dll
Syntax
public class PlainTcoLogger : PlainTcoObject, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoLogger()
Declaration
Fields
|
Improve this Doc
View Source
__constMAX_MESSAGE_BUFFER_INDEX
Declaration
public const short __constMAX_MESSAGE_BUFFER_INDEX = 1000
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
__minLoggingLevel
Declaration
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
__plcCarret
Declaration
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
_MAX_MESSAGE_BUFFER_INDEX
Declaration
short _MAX_MESSAGE_BUFFER_INDEX
Field Value
Type |
Description |
System.Int16 |
|
Properties
|
Improve this Doc
View Source
_buffer
Declaration
public PlainTcoLogItem[] _buffer { get; set; }
Property Value
|
Improve this Doc
View Source
_minLoggingLevel
Declaration
public short _minLoggingLevel { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
_plcCarret
Declaration
public short _plcCarret { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
MAX_MESSAGE_BUFFER_INDEX
Declaration
public short MAX_MESSAGE_BUFFER_INDEX { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoLogger)
Declaration
public void CopyCyclicToPlain(ITcoLogger source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoLogger)
Declaration
public void CopyCyclicToPlain(TcoLogger source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoLogger)
Declaration
public void CopyPlainToCyclic(ITcoLogger target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoLogger)
Declaration
public void CopyPlainToCyclic(TcoLogger target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoLogger)
Declaration
public void CopyPlainToShadow(IShadowTcoLogger target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoLogger)
Declaration
public void CopyPlainToShadow(TcoLogger target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoLogger)
Declaration
public void CopyShadowToPlain(IShadowTcoLogger source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoLogger)
Declaration
public void CopyShadowToPlain(TcoLogger 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