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
DecodedString
The decoded string if the buffer contains an UTF8 encoded string
public string DecodedString { get; }
Property Value
Key
The key associated to the message
public string Key { get; }