Table of Contents

Enum SecurityDeviceState

Namespace
RetailForce.Fiscalisation.Model
Assembly
RetailForce.Fiscalisation.Model.dll

Represents the state of a used security device (if there is no security device used, NotApplicable is returned).

[JsonConverter(typeof(StringEnumConverter))]
[TypeConverter(typeof(EnumMemberEnumConverter))]
public enum SecurityDeviceState

Fields

[EnumMember(Value = "[0] = Connected")] Connected = 0

Security device is connected and ready for transactions.

[EnumMember(Value = "[11] = Decommissioned")] Decommissioned = 11

Security device was decommissioned and cannot be used anymore.

[EnumMember(Value = "[2] = Error")] Error = 2

Security device is in error state, please contact your system administrator.

[EnumMember(Value = "[1] = NotConnected")] NotConnected = 1

Security device is disconnected.

[EnumMember(Value = "[10] = NotInitialized")] NotInitialized = 10

Security device was not initialized until now. You have to initialize the device to use it for transactions.