Table of Contents

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

ISmartDataDistributionChannelInfo

ErrorCode

public OPERATION_RESULT ErrorCode { get; }

Property Value

OPERATION_RESULT

NativeCode

The native code from transport layer

public int NativeCode { get; }

Property Value

int

SubSystemReason

The decoded reason from subsystem

public string SubSystemReason { get; }

Property Value

string