INGEAR.NET.ABLink

 

Controller Class

For a list of all members of this type, see Controller Members.

System.Object
   ABLink.Controller

[Visual Basic]
Public Class Controller
    Implements IDisposable, IController
[C#]
public class Controller : IDisposable, IController

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The Controller class represents the target PLC and communication transport properties and methods.  All data transactions to the PLC pass through the Controller class.

Requirements

Namespace: ABLink

Assembly: INGEAR.NET.ABLink (in INGEAR.NET.ABLink.dll)

See Also

Controller Members | ABLink Namespace