ModbusDataFormat

Description

Describes possible data formats.

namespace ModbusDataFormat
{
	enum Type
	{
		UnsignedInteger,
		SignedInteger,
		Byte,
		Dint
	};
}