Class Communications
A component of a Module that represents the properties and data of the connection to the field device.
public class Communications : LogixElement, ILogixSerializable
  - Inheritance
 - 
      
      
      Communications
 
- Implements
 
- Inherited Members
 
Constructors
Communications()
Creates a new Communications with default values.
public Communications()
  Communications(XElement)
Creates a new Communications initialized with the provided XElement.
public Communications(XElement element)
  Parameters
Exceptions
- ArgumentNullException
 elementis null.
Properties
ConfigTag
A Tag component containing the configuration data for the module.
public Tag? ConfigTag { get; set; }
  Property Value
Connections
A collection of Connection defining the input and output connection specific to the module.
public LogixContainer<Connection> Connections { get; set; }
  Property Value
- LogixContainer<Connection>
 A LogixContainer<TElement> of Connection objects.
Remarks
Each connection may contain input or output tag structures, as well as several other configuration properties.