16 #ifndef __MSG_RESPONSE_H_ 17 #define __MSG_RESPONSE_H_ 33 #define MSG_API_MAJOR_VERSION (0x6) 39 #define MSG_API_MINOR_VERSION (0x1) 42 typedef enum MSG_ERR {
88 typedef struct MSG_RESPONSE_RESULTONLY_S {
111 typedef struct MSG_RESPONSE_GETVERSION_S {
127 typedef struct MSG_RESPONSE_READREGISTER_S {
138 typedef struct MSG_RESPONSE_READMEMORY_S {
155 typedef struct MSG_RESPONSE_GETUID_S {
160 typedef struct MSG_RESPONSE_GETNFCUID_S {
165 typedef struct MSG_RESPONSE_CHECKBATTERY_S {
180 #if MSG_ENABLE_GETCALIBRATIONTIMESTAMP 182 typedef struct MSG_RESPONSE_GETCALIBRATIONTIMESTAMP_S {
190 } MSG_RESPONSE_GETCALIBRATIONTIMESTAMP_T;
193 #if ENABLE_DIAG_MODULE uint16_t swMajorVersion
Definition: msg_response.h:113
Definition: msg_response.h:80
Definition: msg_response.h:59
Definition: msg_response.h:71
Definition: msg_response.h:47
uint32_t result
Definition: msg_response.h:107
uint32_t data
Definition: msg_response.h:134
uint32_t deviceId
Definition: msg_response.h:123
uint16_t apiMajorVersion
Definition: msg_response.h:115
uint8_t length
Definition: msg_response.h:145
MSG_ERR_T
Definition: msg_response.h:42
Definition: msg_response.h:53
uint16_t swMinorVersion
Definition: msg_response.h:114
Definition: msg_response.h:44
uint16_t apiMinorVersion
Definition: msg_response.h:116
uint16_t reserved2
Definition: msg_response.h:112
bool(* pMsg_ResponseCb_t)(int responseLength, const uint8_t *pResponseData)
Definition: msg_response.h:217
Definition: msg_response.h:127
Definition: msg_response.h:138
Definition: msg_response.h:155
Definition: msg_response.h:160
Definition: msg_response.h:165
Definition: msg_response.h:88
Definition: msg_response.h:111
int32_t threshold
Definition: msg_response.h:177
Definition: msg_response.h:64
Definition: msg_response.h:56