Class TcoMessengerEnv
Inheritance
Inherited Members
Namespace: PlcDocu.TcoCore
Assembly: TcoCoreConnector.dll
Syntax
public abstract class TcoMessengerEnv
Constructors
| Improve this Doc View SourceTcoMessengerEnv()
Prevents creating instance of this class via public constructor
Declaration
public TcoMessengerEnv()
Fields
| Improve this Doc View Source_isMessagingSuspended
Declaration
public object _isMessagingSuspended
Field Value
Type | Description |
---|---|
System.Object |
_messageDigestMethod
Declaration
public short _messageDigestMethod
Field Value
Type | Description |
---|---|
System.Int16 |
_messengerLoggingMethod
Declaration
public short _messengerLoggingMethod
Field Value
Type | Description |
---|---|
System.Int16 |
_minLevel
Declaration
public short _minLevel
Field Value
Type | Description |
---|---|
System.Int16 |
MAX_MESSAGE_TEXT_LENGHT
Declaration
public object MAX_MESSAGE_TEXT_LENGHT
Field Value
Type | Description |
---|---|
System.Object |
Properties
| Improve this Doc View SourceIsSuspended
Gets whether the messaging is suspended at this point in program.
See also
See also
See also
Declaration
[IgnoreReflection]
public dynamic IsSuspended { get; }
Property Value
Type | Description |
---|---|
System.Object | Plc type BOOL; Twin type: Vortex.Connector.ValueTypes.OnlinerBool |
MessageDigestMethod
Gets or sets message digest method. Message digest serves to fingerprint messages. See also MessengerLoggingMethod.
Declaration
[IgnoreReflection]
public dynamic MessageDigestMethod { get; }
Property Value
Type | Description |
---|---|
System.Object | Plc type eMessageDigestMethod; Twin type: |
MessengerLoggingMethod
Gets or sets logging method. Logger can ingest messages continuously, on rising edge of a message or disable the logging.
Declaration
[IgnoreReflection]
public dynamic MessengerLoggingMethod { get; }
Property Value
Type | Description |
---|---|
System.Object | Plc type eMessengerLogMethod; Twin type: |
MinLevel
Gets or set minimal messaging level, the objects will post only messages for the levels of this or superior severity.
See also
See also
See also
Declaration
[IgnoreReflection]
public dynamic MinLevel { get; }
Property Value
Type | Description |
---|---|
System.Object | Plc type eMessageCategory; Twin type: |
Methods
| Improve this Doc View SourceResume()
Resumes messaging from the all objects of this context, when the messaging was previously suspended by Suspend
method.
See also
See also
Declaration
[IgnoreReflection]
public dynamic Resume()
Returns
Type | Description |
---|---|
System.Object | Plc type BOOL; Twin type: Vortex.Connector.ValueTypes.OnlinerBool |
Suspend()
Suspends messaging from the all objects of this context that would occur from this point in the call tree.
See also
See also
Declaration
[IgnoreReflection]
public void Suspend()