Interface IShadowTcoMessage
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface IShadowTcoMessage : IVortexShadowObject
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))]
IShadowInt Category { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
|
Improve this Doc
View Source
Cycle
Declaration
[ReadOnly]
IShadowULInt Cycle { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowULInt |
|
|
Improve this Doc
View Source
ExpectDequeing
Declaration
IShadowBool ExpectDequeing { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
Identity
Declaration
[ReadOnly]
IShadowULInt Identity { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowULInt |
|
|
Improve this Doc
View Source
MessageDigest
Declaration
IShadowDWord MessageDigest { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowDWord |
|
|
Improve this Doc
View Source
PerCycleCount
Declaration
[ReadOnly]
IShadowByte PerCycleCount { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowByte |
|
|
Improve this Doc
View Source
Pinned
Declaration
IShadowBool Pinned { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
Text
Declaration
[ReadOnly]
IShadowString Text { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowString |
|
|
Improve this Doc
View Source
TimeStamp
Declaration
[ReadOnly]
IShadowDateTime TimeStamp { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowDateTime |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainTcoMessage)
Declaration
void CopyPlainToShadow(PlainTcoMessage source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoMessage CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()