DoorLockTrait.CredentialStruct

class DoorLockTrait.CredentialStruct


A set of credentials used when operating the door lock.

Summary

Public constructors

CredentialStruct(
    credentialType: DoorLockTrait.CredentialTypeEnum,
    credentialIndex: UShort
)

Creates the CredentialStruct class.

Public properties

UShort

The unique identifier for the credentials.

DoorLockTrait.CredentialTypeEnum

The type of credentials, as enumerated by CredentialTypeEnum.

Public constructors

CredentialStruct

CredentialStruct(
    credentialType: DoorLockTrait.CredentialTypeEnum = CredentialTypeEnum.ProgrammingPin,
    credentialIndex: UShort
)

Creates the CredentialStruct class.

Public properties

credentialIndex

val credentialIndexUShort

The unique identifier for the credentials.

credentialType

val credentialTypeDoorLockTrait.CredentialTypeEnum

The type of credentials, as enumerated by CredentialTypeEnum.