Skip to content

//MLBluetoothSDK/com.masterlock.mlbluetoothsdk.enums/SettingType

SettingType

[androidJvm]\ enum SettingType

Entries

FirmwareCounter [androidJvm]
FirmwareCounter
PublicConfigurationCounter [androidJvm]
PublicConfigurationCounter
PrimaryPasscodeCounter [androidJvm]
PrimaryPasscodeCounter
UnlockTimeout [androidJvm]
UnlockTimeout
PrimaryPasscode [androidJvm]
PrimaryPasscode
SecondaryPasscodeCounter [androidJvm]
SecondaryPasscodeCounter
SecondaryPasscode1 [androidJvm]
SecondaryPasscode1
SecondaryPasscode2 [androidJvm]
SecondaryPasscode2
SecondaryPasscode3 [androidJvm]
SecondaryPasscode3
SecondaryPasscode4 [androidJvm]
SecondaryPasscode4
SecondaryPasscode5 [androidJvm]
SecondaryPasscode5
IsDoorPositionSensorEnabled [androidJvm]
IsDoorPositionSensorEnabled
IsDoorLeftHanded [androidJvm]
IsDoorLeftHanded
IsForcedRelockEnabled [androidJvm]
IsForcedRelockEnabled

Functions

Name Summary
getValue [androidJvm]
open fun getValue(): Int
valueOf [androidJvm]
open fun valueOf(name: String): SettingType
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.)
values [androidJvm]
open fun values(): Array<SettingType>
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.