Class PlainTcoMessenger
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoMessenger
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 PlainTcoMessenger : INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoMessenger()
Declaration
public PlainTcoMessenger()
Fields
|
Improve this Doc
View Source
__constMDS_MAX_INDEX
Declaration
public const short __constMDS_MAX_INDEX = 10
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
__contextIdentity
Declaration
Field Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
__mime
Declaration
Field Value
|
Improve this Doc
View Source
_MDS_MAX_INDEX
Declaration
Field Value
Type |
Description |
System.Int16 |
|
Properties
|
Improve this Doc
View Source
_contextIdentity
Declaration
public ulong _contextIdentity { get; set; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
_mime
Declaration
public PlainTcoMessage _mime { get; set; }
Property Value
|
Improve this Doc
View Source
MDS_MAX_INDEX
Declaration
public short MDS_MAX_INDEX { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoMessenger)
Declaration
public void CopyCyclicToPlain(ITcoMessenger source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoMessenger)
Declaration
public void CopyCyclicToPlain(TcoMessenger source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoMessenger)
Declaration
public void CopyPlainToCyclic(ITcoMessenger target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoMessenger)
Declaration
public void CopyPlainToCyclic(TcoMessenger target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoMessenger)
Declaration
public void CopyPlainToShadow(IShadowTcoMessenger target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoMessenger)
Declaration
public void CopyPlainToShadow(TcoMessenger target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoMessenger)
Declaration
public void CopyShadowToPlain(IShadowTcoMessenger source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoMessenger)
Declaration
public void CopyShadowToPlain(TcoMessenger 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