C# (CSharp) ENDA.PLCNetLib Namespace

Nested Namespaces

ENDA.PLCNetLib.Accessors

Сlasses

Name Description
Finder

This helper class helps you find IP addresses of the PLC devices on your network by their serial numbers (MAC) in a non-blocking manner.

PLC Represents a PLC device.

Please note that all of the functions except the ones beginning with Begin* and End* are blocking and calling these functions will block until a response is received from the PLC device. If there's a communication problem your application will block (freeze) until a timeout occur.

You can either use blocking methods in a separate thread or use advanced asynchronous methods for a non blocking usage.

Response This is a helper class that represents a telnet response received from PLC.

It lets you interpret the response, as regular string or binary data.

Utils