DoorLockTrait.LockOperation

interface DoorLockTrait.LockOperation : ClusterStruct


Indicates that a lock operation has taken place.

Summary

Public functions

open StructDescriptor

Returns the descriptor for the struct.

open Any?

Returns the value of the field for the given tag ID.

Public properties

List<DoorLockTrait.CredentialStruct>?

The credentials used in performing the lock operation.

UByte?

The fabric that performed the lock operation.

DoorLockTrait.LockOperationTypeEnum?

The type of the lock operation that was performed.

DoorLockTrait.OperationSourceEnum?

The source of the lock operation.

ULong?

The node that performed the lock operation.

UShort?

The user who performed the lock operation.

Public functions

getDescriptor

@HomeExperimentalApi
open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

@HomeExperimentalApi
open fun getFieldValueById(tagId: UInt): Any?

Returns the value of the field for the given tag ID.

Public properties

credentials

val credentialsList<DoorLockTrait.CredentialStruct>?

The credentials used in performing the lock operation.

fabricIndex

val fabricIndexUByte?

The fabric that performed the lock operation.

lockOperationType

val lockOperationTypeDoorLockTrait.LockOperationTypeEnum?

The type of the lock operation that was performed.

operationSource

val operationSourceDoorLockTrait.OperationSourceEnum?

The source of the lock operation.

sourceNode

val sourceNodeULong?

The node that performed the lock operation.

userIndex

val userIndexUShort?

The user who performed the lock operation.