Added new defines for decoding dif
This commit is contained in:
@ -405,8 +405,11 @@ typedef struct _mbus_data_secondary_address {
|
||||
#define MBUS_DATA_RECORD_DIF_MASK_MIN 0x10
|
||||
|
||||
#define MBUS_DATA_RECORD_DIF_MASK_TYPE_INT32 0x04
|
||||
#define MBUS_DATA_RECORD_DIF_MASK_DATA 0x0F
|
||||
#define MBUS_DATA_RECORD_DIF_MASK_FUNCTION 0x30
|
||||
#define MBUS_DATA_RECORD_DIF_MASK_STORAGE_NO 0x40
|
||||
#define MBUS_DATA_RECORD_DIF_MASK_EXTENTION 0x80
|
||||
#define MBUS_DATA_RECORD_DIF_MASK_NON_DATA 0xF0
|
||||
|
||||
//
|
||||
// GENERAL APPLICATION ERRORS
|
||||
|
Reference in New Issue
Block a user