Class AdsUInt
Class providing access to the UINT type online variable.
Implements
System.ComponentModel.INotifyPropertyChanged
IValueBoundaries<System.UInt16>
IOnline<System.UInt16>
IShadow<System.UInt16>
Inherited Members
Namespace: Vortex.Adapters.Connector.Tc3.AdsValueTypes
Assembly: Vortex.Adapters.Connector.Tc3.dll
Syntax
sealed class AdsUInt : OnlinerUInt, INotifyPropertyChanged, IValueBoundaries<ushort>, IOnlineUInt, IOnline<ushort>, IShadowUInt, IShadow<ushort>, IAdsBaseType, IValueTag, ITwinPrimitive, IVortexElement
Constructors
AdsUInt()
Initializes a new instance of the AdsUInt class.
Declaration
public AdsUInt()
AdsUInt(IVortexObject, String, String)
Initializes a new instance of the AdsUInt class.
Declaration
public AdsUInt(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 ushort Synchron { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.UInt16>.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