Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
modbus_server_param Struct Reference

Modbus server parameter. More...

#include <modbus.h>

Data Fields

struct modbus_user_callbacksuser_cb
 Pointer to the User Callback structure.
 
uint8_t unit_id
 Modbus unit ID of the server.
 

Detailed Description

Modbus server parameter.

Field Documentation

◆ unit_id

uint8_t modbus_server_param::unit_id

Modbus unit ID of the server.

◆ user_cb

struct modbus_user_callbacks* modbus_server_param::user_cb

Pointer to the User Callback structure.


The documentation for this struct was generated from the following file: