Enum DeviceLockTamperingSensitivity
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 = 0Allows reading data from another devices without detection.
Low = 1Allows reading data from another devices and emits DataFromAnotherDeviceDetected event.
Normal = 2Prevents reading data from another device and emits DataFromAnotherDeviceDetected event.