Interface ITcoMessage
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface ITcoMessage : IVortexOnlineObject
Properties
|
Improve this Doc
View Source
AttributeName
Declaration
string AttributeName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Category
Declaration
[EnumeratorDiscriminator(typeof(eMessageCategory))]
IOnlineInt Category { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineInt |
|
|
Improve this Doc
View Source
Cycle
Declaration
[ReadOnly]
IOnlineULInt Cycle { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineULInt |
|
|
Improve this Doc
View Source
ExpectDequeing
Declaration
IOnlineBool ExpectDequeing { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
Identity
Declaration
[ReadOnly]
IOnlineULInt Identity { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineULInt |
|
|
Improve this Doc
View Source
MessageDigest
Declaration
IOnlineDWord MessageDigest { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineDWord |
|
|
Improve this Doc
View Source
PerCycleCount
Declaration
[ReadOnly]
IOnlineByte PerCycleCount { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineByte |
|
|
Improve this Doc
View Source
Pinned
Declaration
IOnlineBool Pinned { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
Text
Declaration
[ReadOnly]
IOnlineString Text { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineString |
|
|
Improve this Doc
View Source
TimeStamp
Declaration
[ReadOnly]
IOnlineDateTime TimeStamp { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineDateTime |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoMessage CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoMessage)
Declaration
void FlushOnlineToPlain(PlainTcoMessage source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoMessage)
Declaration
void FlushPlainToOnline(PlainTcoMessage source)
Parameters