Interface IAdsBaseType
Assembly: Vortex.Adapters.Connector.Tc3.dll
Syntax
interface IAdsBaseType : IValueTag, ITwinPrimitive, IVortexElement
Properties
Client
Declaration
ClientSymbol Client { get; }
Property Value
CyclicReading
Declaration
bool CyclicReading { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HasBeenWritten
Declaration
bool HasBeenWritten { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsToBeRead
Declaration
Property Value
Type |
Description |
System.Boolean |
|
IsToBeWritten
Declaration
bool IsToBeWritten { get; }
Property Value
Type |
Description |
System.Boolean |
|
WriteToPlcIsRequested
Declaration
bool WriteToPlcIsRequested { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
HasWriteAccess()
Declaration
Returns
Type |
Description |
System.Boolean |
|
Read(BinaryReader)
Reads value of this tag from the stream.
Declaration
void Read(BinaryReader reader)
Parameters
Type |
Name |
Description |
System.IO.BinaryReader |
reader |
Reader
|
Write(BinaryWriter)
Writes value of this tag to the stream.
Declaration
void Write(BinaryWriter binaryWriter)
Parameters
Type |
Name |
Description |
System.IO.BinaryWriter |
binaryWriter |
Writer
|
Extension Methods