Added some macros to manipulate values contained within an object id value.
Removed MAX_BACNET_OBJECT_ID, as it had already been defined in bacdef.h.
This commit is contained in:
@@ -385,7 +385,6 @@ typedef enum {
|
||||
/* do the MAX as define rather than enumeration for devices
|
||||
and compilers that want to use smaller datatype for enum */
|
||||
#define MAX_BACNET_PROPERTY_ID 4194303
|
||||
#define MAX_BACNET_OBJECT_ID (0x3FFFFFU)
|
||||
typedef enum {
|
||||
ACTION_DIRECT = 0,
|
||||
ACTION_REVERSE = 1
|
||||
|
||||
Reference in New Issue
Block a user