FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kInfo.h File Reference

Description

Declares the kInfo family of structures.

Go to the source code of this file.

Macros

#define kVIOLATION_BOUNDS   (0x01)
 Value exceeds current min/max limits.
 
#define kVIOLATION_EXISTENCE   (0x08)
 Value refers to an entity that does not exist.
 
#define kVIOLATION_GRANULARITY   (0x02)
 Value is not evenly divisible by the specified granularity value.
 
#define kVIOLATION_GROUP   (0x10)
 Peers in a group have different values, when they are constrained to be equal.
 
#define kVIOLATION_INVALID   (0x20)
 Value is not acceptable.
 
#define kVIOLATION_NONE   (0x00)
 No violations.
 
#define kVIOLATION_UNIQUENESS   (0x04)
 Value is equal to another value, where uniqueness is required.