Click or drag to resize

GSF.TimeSeries.Transport Namespace

 
Classes
  Class Description
Public class ClientConnection Represents a DataSubscriber client connection to the DataPublisher.
Public class CommandMeasurement Model for measurements published by the subscriber.
Public class Common Common static methods and extensions for transport library.
Public class CompactMeasurement Represents a IMeasurement that can be serialized with minimal size.
Public class CompactMeasurementExtensions Defines extension functions related to CompactMeasurement.
Public class DataGapRecoverer Represents a data gap recovery module.
Public class DataPublisher Represents a data publishing server that allows multiple connections for data subscriptions.
Public class DataSubscriber Represents a data subscribing client that will connect to a data publisher for a data subscription.
Public class DataSubscriberUserCommandArgs EventArgs implementation for handling user commands.
Public class IClientSubscriptionExtensions Defines static extension functions for IClientSubscription implementations.
Public class SerializableMeasurement Represents a IMeasurement that can be serialized.
Public class SignalIndexCache Represents a serializable Guid signal ID to UInt16 index cross reference.
Public class SubscriberRightsLookup Represents a lookup table that determines whether a given subscriber has rights to specific signals.
Public class SubscriptionInfo Configuration object for data subscriptions.
Public class SynchronizedSubscriptionInfo Configuration object for synchronized data subscriptions.
Public class TemporalClientSubscriptionProxy Represents an action adapter that exists within a temporal IaonSession to proxy data back to its parent IClientSubscription instance.
Public class UnsynchronizedSubscriptionInfo Configuration object for unsynchronized data subscriptions.
Interfaces
  Interface Description
Public interface IBinaryMeasurement Defines a IMeasurement that supports ISupportBinaryImage.
Public interface IClientSubscription Represents a common set of interfaces for a client adapter subscription to the DataPublisher.
Enumerations
  Enumeration Description
Public enumeration CompressionModes Enumeration for compression modes supported by the Gateway Exchange Protocol.
Public enumeration DataPacketFlags DataPublisher data packet flags.
Public enumeration OperationalEncoding Enumeration for character encodings supported by the Gateway Exchange Protocol.
Public enumeration OperationalModes Operational modes that affect how DataPublisher and DataSubscriber communicate.
Public enumeration SecurityMode Security modes used by the DataPublisher to secure data sent over the command channel.
Public enumeration ServerCommand Server commands received by DataPublisher and sent by DataSubscriber.
Public enumeration ServerResponse Server responses sent by DataPublisher and received by DataSubscriber.