INGEAR.NET.MBLINK

Tag.ATOMIC Enumeration

Enumeration of MODBUS device data types for the DataType property.

[Visual Basic]
Public Enum Tag.ATOMIC
[C#]
public enum Tag.ATOMIC

Members

Member Name Description
BOOL MODBUS Type (Bit/Discrete) .NET equivilant Boolean
BYTE MODBUS Type (8-bit signed byte) .NET equivilant SByte
UBYTE MODBUS Type (8-bit unsigned byte) .NET equivilant Byte
INT MODBUS Type (16-bit signed integer) .NET equivilant Int16
WORD MODBUS Type (16-bit unsigned integer) .NET equivilant UInt16
DINT MODBUS Type (32-Bit signed integer) .NET equivilantInt32
DWORD MODBUS Type (32-Bit unsigned integer) .NET equivilant UInt32
REAL MODBUS Type (32-bit Single Precision Real) .NET equivilant Single
STRING MODBUS Type (ASCII Character String) .NET equivilantString

Requirements

Namespace: MBLink

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

See Also

MBLink Namespace