HTML Документация в develop
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
#define MB_Diagnostics_SlaveNoResponseCnt()
|
||||
#define MB_Diagnostics_SlaveNAKCnt()
|
||||
#define MB_Diagnostics_SlaveBusyCnt()
|
||||
#define MB_GetDeviceMode(void) MODBUS_NORMAL_MODE
|
||||
#define MB_GetDeviceMode() MODBUS_NORMAL_MODE
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user