IAdsSymbol Interface
Interface IAdsSymbol
Namespace: TwinCAT.Ads.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public interface IAdsSymbol : ISymbol,
IAttributedInstance, IInstance, IBitSize, IProcessImageAddress, IContextMaskProviderThe IAdsSymbol type exposes the following members.
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets the Type Attributes. | |
|
|
Gets the size of the IDataType in
bits. | |
|
|
Gets the (aligned) size of of the Type/Instance in Bytes | |
|
|
Gets the Symbol/Datatype Category | |
|
|
Gets the comment of the IInstance | |
|
|
Gets the ContextMask of the symbol, indicating the task the
variable belongs to. If ContextMask is not zero use CyclicInContext or
OnChangeInContext to
add notifications. | |
|
|
Gets the IDataType of the
IInstance. | |
|
|
DataType identifier of the Symbol AdsDataTypeId | |
|
|
Gets the AmsAddress of the Process Image | |
|
|
Gets the index group of the Symbol | |
|
|
Gets the index offset of the Symbol | |
|
|
Gets the name of the instance (without periods (.) | |
|
|
Gets the relative / absolute access path to the instance (with
periods (.)) | |
|
|
Gets a value indicating whether this instance is not basing on
a full DataType but instead of some sort of bit mapping | |
|
|
Indicates that the Size of the Object is Byte aligned (BitSize
% 8 == 0) | |
|
|
Gets a value indicating whether this Symbol is acontainer
type. | |
|
|
Gets a value indicating whether this ISymbol is
persistent. | |
|
|
Indicates that the IInstance represents
a Pointer type (Pointer TO) | |
|
|
Gets a value indicating whether this instance is a primitive
type. | |
|
|
Gets a value indicating whether IInstance is a
property. | |
|
|
Indicates that this instance is read only. | |
|
|
Gets a value indicating whether this instance is
recursive. | |
|
|
Indicates that the IInstance represents
a Reference type (REFERENCE TO) | |
|
|
Gets a value indicating whether this IInstance is
static. | |
|
|
Gets a value indicating whether this instance is virtual. | |
|
|
Gets the parent Symbol | |
|
|
Gets the size of the object in bytes or Bits dependant on
IsBitType | |
|
| ||
|
|
Gets the name of the DataType that is
used for this IInstance. | |
|
|
Gets the value encoding. |
Extension Methods
|
|
Name |
Description |
|---|---|---|
|
|
Indicates, that the Instance value includes process memory
data, that cannot be read in one memory block. | |
|
|
Indicates, that the field is static or is not part of the
parents processimage memory location | |
|
|
Gets the Unwrapped Symbol |
Reference
TwinCAT.Ads.TypeSystem Namespace ISymbol IProcessImageAddress
Beckhoff Automation GmbH & Co. KG 2001-2026
- IAttributedInstance.Attributes Property
- IBitSize.BitSize Property
- IBitSize.ByteSize Property
- ISymbol.Category Property
- IInstance.Comment Property
- IContextMaskProvider.ContextMask Property
- IInstance.DataType Property
- IAdsSymbol.DataTypeId Property
- IAdsSymbol.ImageBaseAddress Property
- IProcessImageAddress.IndexGroup Property
- IProcessImageAddress.IndexOffset Property
- IInstance.InstanceName Property
- IInstance.InstancePath Property
- IBitSize.IsBitType Property
- IBitSize.IsByteAligned Property
- ISymbol.IsContainerType Property
- ISymbol.IsPersistent Property
- IInstance.IsPointer Property
- ISymbol.IsPrimitiveType Property
- ISymbol.IsReadOnly Property
- ISymbol.IsRecursive Property
- IInstance.IsReference Property
- IInstance.IsStatic Property
- IProcessImageAddress.IsVirtual Property
- ISymbol.Parent Property
- IBitSize.Size Property
- ISymbol.SubSymbols Property
- IInstance.TypeName Property
- IAttributedInstance.ValueEncoding Property