Interface IsTcoContext
Namespace: TcoCore
Assembly: TcoCoreConnector.dll
Syntax
public interface IsTcoContext
Properties
| Improve this Doc View SourceLastStartCycleCount
Gets last know value of start cycle counter of this context.
Declaration
ulong LastStartCycleCount { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |
StartCycleCount
Gets start cycle counter of this TcoContext.
Declaration
OnlinerULInt StartCycleCount { get; }
Property Value
Type | Description |
---|---|
Vortex.Connector.ValueTypes.OnlinerULInt |
Methods
| Improve this Doc View SourceAddMessage(TcoMessage)
Adds message to the queue of the messages of this Context.
Declaration
void AddMessage(TcoMessage message)
Parameters
Type | Name | Description |
---|---|---|
TcoMessage | message | Message to add. |