Table of Contents

Enum DeviceLockTamperingSensitivity

Namespace
CodeStage.AntiCheat.Storage
Assembly
Build.dll

Controls device lock tampering sensitivity - from fully functional to full tampering ignorance. Emits DataFromAnotherDeviceDetected event when detecting data from another device.

public enum DeviceLockTamperingSensitivity : byte

Fields

Disabled = 0

Allows reading data from another devices without detection.

Low = 1

Allows reading data from another devices and emits DataFromAnotherDeviceDetected event.

Normal = 2

Prevents reading data from another device and emits DataFromAnotherDeviceDetected event.

See Also