IAddress Interface |
Namespace: Demo3D.PLC.Comms
public interface IAddress : IEquatable<IAddress>
The IAddress type exposes the following members.
| Name | Description | |
|---|---|---|
| AccessName |
User printable string address.
| |
| AllowedAccess |
The access rights for this address.
|
| Name | Description | |
|---|---|---|
| GetDataType |
Returns the type defined by this address.
|
| Name | Description | |
|---|---|---|
| GetDataType |
Returns the type defined by this address.
(Defined by AddressExtensions.) | |
| ToString(Type) | Overloaded.
Return string representation using the format for asAddressType.
(Defined by AddressExtensions.) | |
| ToStringT | Overloaded.
Return string representation using the format for T.
(Defined by AddressExtensions.) |
Type inheritance tree for memory addresses is typically IAddress, StringAddress, MemoryAddress, TypedMemoryAddress, specific PLC memory address types (eg Siemens.SiemensAddress).
Type inheritance tree for tag addresses is typically IAddress, StringAddress, IBrowseItem, BrowseItemBase, BrowseItemBranch, specific PLC tag address (eg BRAutomation.PVar).