DoorLock.Command

enum DoorLock.Command : Enum


Descriptor enum for this trait's commands.

Summary

Enum Values

ClearAliroReaderConfig

The clearAliroReaderConfig trait command.

ClearCredential

The clearCredential trait command.

ClearHolidaySchedule

The clearHolidaySchedule trait command.

ClearUser

The clearUser trait command.

ClearWeekDaySchedule

The clearWeekDaySchedule trait command.

ClearYearDaySchedule

The clearYearDaySchedule trait command.

GetCredentialStatus

The getCredentialStatus trait command.

GetHolidaySchedule

The getHolidaySchedule trait command.

GetUser

The getUser trait command.

GetWeekDaySchedule

The getWeekDaySchedule trait command.

GetYearDaySchedule

The getYearDaySchedule trait command.

LockDoor

The lockDoor trait command.

SetAliroReaderConfig

The setAliroReaderConfig trait command.

SetCredential

The setCredential trait command.

SetHolidaySchedule

The setHolidaySchedule trait command.

SetUser

The setUser trait command.

SetWeekDaySchedule

The setWeekDaySchedule trait command.

SetYearDaySchedule

The setYearDaySchedule trait command.

UnboltDoor

The unboltDoor trait command.

UnlockDoor

The unlockDoor trait command.

UnlockWithTimeout

The unlockWithTimeout trait command.

Public functions

DoorLock.Command
valueOf(value: String)

Returns the enum constant of this type with the specified name.

Array<DoorLock.Command>

Returns an array containing the constants of this enum type, in the order they're declared.

Public properties

UInt

Enum Values

ClearAliroReaderConfig

val DoorLock.Command.ClearAliroReaderConfigDoorLock.Command

The clearAliroReaderConfig trait command.

ClearCredential

val DoorLock.Command.ClearCredentialDoorLock.Command

The clearCredential trait command.

ClearHolidaySchedule

val DoorLock.Command.ClearHolidayScheduleDoorLock.Command

The clearHolidaySchedule trait command.

ClearUser

val DoorLock.Command.ClearUserDoorLock.Command

The clearUser trait command.

ClearWeekDaySchedule

val DoorLock.Command.ClearWeekDayScheduleDoorLock.Command

The clearWeekDaySchedule trait command.

ClearYearDaySchedule

val DoorLock.Command.ClearYearDayScheduleDoorLock.Command

The clearYearDaySchedule trait command.

GetCredentialStatus

val DoorLock.Command.GetCredentialStatusDoorLock.Command

The getCredentialStatus trait command.

GetHolidaySchedule

val DoorLock.Command.GetHolidayScheduleDoorLock.Command

The getHolidaySchedule trait command.

GetUser

val DoorLock.Command.GetUserDoorLock.Command

The getUser trait command.

GetWeekDaySchedule

val DoorLock.Command.GetWeekDayScheduleDoorLock.Command

The getWeekDaySchedule trait command.

GetYearDaySchedule

val DoorLock.Command.GetYearDayScheduleDoorLock.Command

The getYearDaySchedule trait command.

LockDoor

val DoorLock.Command.LockDoorDoorLock.Command

The lockDoor trait command.

SetAliroReaderConfig

val DoorLock.Command.SetAliroReaderConfigDoorLock.Command

The setAliroReaderConfig trait command.

SetCredential

val DoorLock.Command.SetCredentialDoorLock.Command

The setCredential trait command.

SetHolidaySchedule

val DoorLock.Command.SetHolidayScheduleDoorLock.Command

The setHolidaySchedule trait command.

SetUser

val DoorLock.Command.SetUserDoorLock.Command

The setUser trait command.

SetWeekDaySchedule

val DoorLock.Command.SetWeekDayScheduleDoorLock.Command

The setWeekDaySchedule trait command.

SetYearDaySchedule

val DoorLock.Command.SetYearDayScheduleDoorLock.Command

The setYearDaySchedule trait command.

UnboltDoor

val DoorLock.Command.UnboltDoorDoorLock.Command

The unboltDoor trait command.

UnlockDoor

val DoorLock.Command.UnlockDoorDoorLock.Command

The unlockDoor trait command.

UnlockWithTimeout

val DoorLock.Command.UnlockWithTimeoutDoorLock.Command

The unlockWithTimeout trait command.

Public functions

valueOf

fun valueOf(value: String): DoorLock.Command

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws
kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

values

fun values(): Array<DoorLock.Command>

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

Public properties

tag

val tagUInt