Class AdsByte
Class providing access to the BYTE 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 AdsByte : OnlinerByte, INotifyPropertyChanged, IValueBoundaries<byte>, IOnlineByte, IOnline<byte>, IShadowByte, IShadow<byte>, IAdsBaseType, IValueTag, ITwinPrimitive, IVortexElement
Constructors
AdsByte()
Initializes a new instance of the AdsByte class.
Declaration
public AdsByte()
AdsByte(IVortexObject, String, String)
Initializes a new instance of the AdsByte class.
Declaration
public AdsByte(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 value synchronously.
Declaration
public override byte Synchron { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.Byte>.Synchron
Methods
Read(BinaryReader)
Declaration
public void Read(BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryReader | reader |
ReadFromBinaryReader(BinaryReader)
Reads this value from binary reader in a R/W loop.
Declaration
void ReadFromBinaryReader(BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryReader | reader | Binary reader from which the value is to be retrieved. |
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