| number | Use RSIEventType, such as RSIEventTypeLIMIT_USER0. |
| conditionNumber | This should be 0 or 1, User Limits only support two conditions. |
| type | Use RSIXmpLimitType such as RSIXmpLimitTypeBIT_CMP for bit comparison. |
| *address | Use any address in the controller (see sample code). |
| mask | A 32-bit AND mask, the limit ANDs the value stored in address with this mask. |
| limitValue | Value to be compared with the value stored in address after it is ANDed with the mask. |