Table of Contents

Class DataAvailableEventArgs

Namespace
MASES.DataDistributionManager.Bindings
Assembly
DataDistributionManagerNet.dll

Event args for DataAvailable event

public class DataAvailableEventArgs : EventArgs
Inheritance
DataAvailableEventArgs
Inherited Members

Properties

Buffer

The data buffer received

public byte[] Buffer { get; }

Property Value

byte[]

ChannelInfo

The ISmartDataDistributionChannelInfo reference emitting data

public ISmartDataDistributionChannelInfo ChannelInfo { get; }

Property Value

ISmartDataDistributionChannelInfo

DecodedString

The decoded string if the buffer contains an UTF8 encoded string

public string DecodedString { get; }

Property Value

string

Key

The key associated to the message

public string Key { get; }

Property Value

string