Interface IValueTagInfo
Provides interface for information about value types symbols.
Namespace: Vortex.Connector
Assembly: Vortex.Connector.dll
Syntax
public interface IValueTagInfo
Properties
Group
Gets group of this value type.
Declaration
uint Group { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
IsAvailable
Get the value indicating if the tag is available in the plc.
Declaration
bool IsAvailable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Length
Gets length of this value type in bytes.
Declaration
int Length { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Offset
Get offset of this value type.
Declaration
uint Offset { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Size
Declaration
int Size { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Symbol
Get the symbol of this tag.
Declaration
string Symbol { get; }
Property Value
Type | Description |
---|---|
System.String |