Table of Contents

Interface ISmartDataDistributionChannelInfo

Namespace
MASES.DataDistributionManager.Bindings
Assembly
DataDistributionManagerNet.dll

Interface containing information related to a channel

public interface ISmartDataDistributionChannelInfo

Properties

ChannelName

The name of the channel

string ChannelName { get; }

Property Value

string

DateTime

The last available message DateTime associated to the data (UTC).

DateTime DateTime { get; }

Property Value

DateTime

Offset

The last available message offset associated to the data

long Offset { get; }

Property Value

long

Timestamp

The last available message timestamp associated to the data: Milliseconds since epoch (UTC).

long Timestamp { get; }

Property Value

long