Reporting Database example

The following example shows how Reporting Database creates a value for use in the database.

Suppose Reporting Database needs to update the compliance column of the mi_device table with the COMPROMISED flag and the OS_VERSION flag.  

Then, the value of compliance would be
COMPROMISED | OS_VERSION, which is 0x000001 | 0x000002 = 0x000003 = 3.