public static enum AsmServicesWs.DeviceEvents extends Enum<AsmServicesWs.DeviceEvents>
Enum Constant and Description |
---|
DEVICE_ACTIVATION
A device was activated.
|
DEVICE_DELETED
Device is deleted from UI or SOAP Request
|
DEVICE_LOCKED
A device was locked, because of repeatedly provided wrong PIN (on AST protocol).
|
DEVICE_OFF
A device logged off from SSMS (either via AST-protocol, SOAP-SVC-interface or because of idle-timeout)
|
DEVICE_ON
A device logged in to SSMS via AST-protocol.
|
DEVICE_PIN_CHANGED
A user changed the PIN of a device.
|
DEVICE_REACTIVATION
A device was successfully re-activated.
|
DEVICE_RECONNECTED
A device lost the connection to SSMS and reconnected.
|
DEVICE_REPLACED
A device was replaced by another device due to a MassReactivation.
|
DISPLAY_MESSAGE_ACK
A "display message" was sent to the device and the response was received
|
P2S_MESSAGE
The P2S Message is waiting to be fetched
|
QR_CODE_LOGIN
Login succeeded
|
QR_CODE_LOGIN_TIMEOUT
A timeout occurred while login
|
SET_PROPERTY
A property was set via AST-protocol.
|
TRANSACTION_RESULT_READY
A transaction result is waiting to be fetched
|
TRANSACTION_SENT
A transaction was sent to a device.
|
USER_LOCKED
A user was permanently locked.
|
USER_PIN_CHANGED
A user changed his PIN.
|
USER_TEMPORARY_LOCKED
A user was locked for a certain time.
|
Modifier and Type | Method and Description |
---|---|
static AsmServicesWs.DeviceEvents |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsmServicesWs.DeviceEvents[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsmServicesWs.DeviceEvents DEVICE_ON
public static final AsmServicesWs.DeviceEvents DEVICE_OFF
public static final AsmServicesWs.DeviceEvents DEVICE_RECONNECTED
public static final AsmServicesWs.DeviceEvents DEVICE_ACTIVATION
public static final AsmServicesWs.DeviceEvents QR_CODE_LOGIN
public static final AsmServicesWs.DeviceEvents QR_CODE_LOGIN_TIMEOUT
public static final AsmServicesWs.DeviceEvents TRANSACTION_RESULT_READY
public static final AsmServicesWs.DeviceEvents P2S_MESSAGE
public static final AsmServicesWs.DeviceEvents SET_PROPERTY
public static final AsmServicesWs.DeviceEvents DISPLAY_MESSAGE_ACK
public static final AsmServicesWs.DeviceEvents DEVICE_REPLACED
public static final AsmServicesWs.DeviceEvents DEVICE_REACTIVATION
public static final AsmServicesWs.DeviceEvents DEVICE_LOCKED
public static final AsmServicesWs.DeviceEvents USER_PIN_CHANGED
public static final AsmServicesWs.DeviceEvents DEVICE_PIN_CHANGED
public static final AsmServicesWs.DeviceEvents TRANSACTION_SENT
public static final AsmServicesWs.DeviceEvents USER_TEMPORARY_LOCKED
public static final AsmServicesWs.DeviceEvents DEVICE_DELETED
public static final AsmServicesWs.DeviceEvents USER_LOCKED
public static AsmServicesWs.DeviceEvents[] values()
for (AsmServicesWs.DeviceEvents c : AsmServicesWs.DeviceEvents.values()) System.out.println(c);
public static AsmServicesWs.DeviceEvents valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2022 KOBIL Systems GmbH. All rights reserved.