HTML Документация в develop

This commit is contained in:
2025-11-06 21:22:49 +03:00
parent 040a5ff654
commit d136394d23
757 changed files with 66793 additions and 3 deletions

View File

@@ -158,13 +158,13 @@ typedef enum //MB_FunctonTypeDef
RID_SPEDIFIC_IDENTIFICATIONS = 0x04, /*!< @brief Specific Device Identifications.
@details The device provides one specific identifications object. */
}ReadDevId;
}MB_ReadDevId;
/** @brief Structure for device identifications message type */
typedef struct
{
MB_MEITypeDef MEI_Type; ///< MEI Type assigned number for Device Identifications Interface
ReadDevId ReadDevId;
MB_ReadDevId ReadDevId;
uint8_t Conformity; ///< Identification conformity level of the device and type of supported access @ref MODBUS_DEVICE_CONFORMITY
uint8_t MoreFollows;
uint8_t NextObjId;