APIs, concepts, guides, and more

◆ RSIFirmwareLogic

enum class RSIFirmwareLogic
strong
Enumerator
RSILogicNEVER 

Disables the user limit. No conditions are evaluated.

RSILogicSINGLE 

Only one condition is evaluated.

RSILogicOR 

Two conditions are evaluated and combined via a logical OR.

RSILogicAND 

Two conditions are evaluated and combined via a logical AND.

Definition at line 556 of file rsienums.h.