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.
|
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).