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