Class ConditionOrErrorEventArgs
- Namespace
- MASES.DataDistributionManager.Bindings
- Assembly
- DataDistributionManagerNet.dll
Event args for ConditionOrError event
public class ConditionOrErrorEventArgs : EventArgs
- Inheritance
-
ConditionOrErrorEventArgs
- Inherited Members
Properties
ChannelInfo
The ISmartDataDistributionChannelInfo reference emitting data
public ISmartDataDistributionChannelInfo ChannelInfo { get; }
Property Value
ErrorCode
The OPERATION_RESULT
public OPERATION_RESULT ErrorCode { get; }
Property Value
NativeCode
The native code from transport layer
public int NativeCode { get; }
Property Value
SubSystemReason
The decoded reason from subsystem
public string SubSystemReason { get; }