liblightmodbus  2.0
A lightweight, cross-platform Modbus RTU library
Data Structures | Typedefs
parser.h File Reference

Contains the modbusParser union used during frame creation and parsing. More...

Go to the source code of this file.

Data Structures

union  modbusParser
 A big union of structures used for parsing standard Modbus requests and building responses. More...
 

Typedefs

typedef union modbusParser ModbusParser
 A big union of structures used for parsing standard Modbus requests and building responses. More...
 

Detailed Description

Contains the modbusParser union used during frame creation and parsing.

Note
This header file is suitable for C++

Typedef Documentation

◆ ModbusParser

typedef union modbusParser ModbusParser

A big union of structures used for parsing standard Modbus requests and building responses.