Class AdsTimeOfDay
Class providing access to the TIME OF DAY type online variable.
Implements
System.ComponentModel.INotifyPropertyChanged
IValueBoundaries<System.TimeSpan>
IOnline<System.TimeSpan>
IShadow<System.TimeSpan>
Inherited Members
Namespace: Vortex.Adapters.Connector.Tc3.AdsValueTypes
Assembly: Vortex.Adapters.Connector.Tc3.dll
Syntax
sealed class AdsTimeOfDay : OnlinerTimeOfDay, INotifyPropertyChanged, IValueBoundaries<TimeSpan>, IOnlineTimeOfDay, IOnline<TimeSpan>, IShadowTimeOfDay, IShadow<TimeSpan>, IAdsBaseType, IValueTag, ITwinPrimitive, IVortexElement
Constructors
AdsTimeOfDay()
Initializes a new instance of the AdsTimeOfDay class.
Declaration
public AdsTimeOfDay()
AdsTimeOfDay(IVortexObject, String, String)
Initializes a new instance of the AdsTimeOfDay class.
Declaration
public AdsTimeOfDay(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortexObject | parent | Parent object of this instance. |
System.String | readableTail | Human readable tail of this instance. |
System.String | symbolTail | Symbol tail of this instance. |
Properties
Client
Declaration
public ClientSymbol Client { get; }
Property Value
Type | Description |
---|---|
ClientSymbol |
Synchron
Gets or sets the synchron.
Declaration
public override TimeSpan Synchron { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.TimeSpan>.Synchron
Methods
Read(BinaryReader)
Declaration
public void Read(BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryReader | reader |
ReadFromBinaryReader(BinaryReader)
TODO The read from binary reader.
Declaration
void ReadFromBinaryReader(BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryReader | reader | TODO The reader. |
Write(BinaryWriter)
Declaration
public void Write(BinaryWriter binaryWriter)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryWriter | binaryWriter |
WriteViaBinaryWriter(BinaryWriter)
Declaration
void WriteViaBinaryWriter(BinaryWriter binaryWriter)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryWriter | binaryWriter |
Implements
System.ComponentModel.INotifyPropertyChanged