Click or drag to resize

AddressExtensions Class

A class containing extension methods for IAddress.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.CommsAddressExtensions

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public static class AddressExtensions

The AddressExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetDataType
Returns the type defined by this address.
Public methodStatic memberToString(IAddress, Type)
Return string representation using the format for asAddressType.
Public methodStatic memberToStringT(IAddress)
Return string representation using the format for T.
Top
See Also