Modbus Vault
v1.0
Loading...
Searching...
No Matches
modbus_parser.h
Go to the documentation of this file.
1
10
#ifndef MODBUS_PARSER_H
11
#define MODBUS_PARSER_H
12
13
#include "esp_err.h"
14
15
#include <stdbool.h>
16
#include <stdint.h>
17
19
#define MODBUS_PARSER_MINIMUM_FRAME_LENGTH (4)
20
33
esp_err_t
modbus_parser_check_crc
(
const
uint8_t *data_ptr,
size_t
length);
34
35
#endif
modbus_parser_check_crc
esp_err_t modbus_parser_check_crc(const uint8_t *data_ptr, size_t length)
Checks CRC16-Modbus of data validity.
Definition
modbus_parser.c:11
components
modbus_analyzer
include
modbus_parser.h
Generated by
1.9.8