INGEAR.NET.MBLINK

MBLink Namespace

INGEAR communication class library for Modbus devices

Namespace hierarchy

Classes

Class Description
CommDriver CommDriver is a generic transport class that supports MODBUS TPC, MODBUS Serial (RTU/ASCII), MODBUS Serial Over Ethernet (SOE) or sometimes referred to as Encapsulated Ethernet.
Controller Controller class represents the programmable logic controller and the underlying communications to the device.
ControllerEventArgs ControllerEventArgs
DataChangeEventArgs Information supplied to DataChange event handler
EventCode Numeric and strings related to Controller and TagGroup events.
ResultCode Status codes related to Controller, TagGroup and Tag classes.
Tag Tag class represents a register memory address (or range of addresses), the data Value, and status codes.
TagGroup TagGroup represents a collection of Tag classes that operate as a block
TagGroupEventArgs TagGroupEventArgs:

Delegates

Delegate Description
ControllerEvent Event handler for Controller Method
DataChange Represents a method that will handle a change in data
GroupUpdate Indicates when a GroupRead or GroupWrite completes

Enumerations

Enumeration Description
CommDriver.BAUD Baud Rate enumerations for SERIAL transport.
CommDriver.COMPORT COMPORT enumerations for SERIAL transport.
CommDriver.DATABITS Data Bit enumerations for SERIAL transports.
CommDriver.DRIVER CommDriver Transport enumerations
CommDriver.PARITY Parity enumerations for SERIAL transports.
CommDriver.PROTOCOL MODBUS protocol enumerations for SERIAL or SOEtransports.
CommDriver.STOPBITS Stop Bit enumerations for SERIAL
Tag.ATOMIC Enumeration of MODBUS device data types for the DataType property.