Class AdsBool
Class providing access to the BOOL type online variable.
Implements
System.ComponentModel.INotifyPropertyChanged
IValueBoundaries<System.Boolean>
IOnline<System.Boolean>
IShadow<System.Boolean>
Inherited Members
Namespace: Vortex.Adapters.Connector.Tc3.AdsValueTypes
Assembly: Vortex.Adapters.Connector.Tc3.dll
Syntax
sealed class AdsBool : OnlinerBool, INotifyPropertyChanged, IValueBoundaries<bool>, IOnlineBool, IOnline<bool>, IShadowBool, IShadow<bool>, IAdsBaseType, IValueTag, ITwinPrimitive, IVortexElement
Constructors
AdsBool()
Initializes a new instance of the AdsBool class.
Declaration
public AdsBool()
AdsBool(IVortexObject, String, String)
Initializes a new instance of the AdsBool class.
Declaration
public AdsBool(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
Declaration
public override bool Synchron { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.Boolean>.Synchron
Methods
Read(BinaryReader)
Declaration
public void Read(BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryReader | reader |
ReadFromBinaryReader(BinaryReader)
Declaration
void ReadFromBinaryReader(BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryReader | 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