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

@HomeExperimentalGenericApi
open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

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

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

Public properties

credentials

val credentials: List<DoorLockTrait.CredentialStruct>?

The credentials used in performing the lock operation.

fabricIndex

val fabricIndex: UByte?

The fabric that performed the lock operation.

lockOperationType

val lockOperationType: DoorLockTrait.LockOperationTypeEnum?

The type of the lock operation that was performed.

operationSource

val operationSource: DoorLockTrait.OperationSourceEnum?

The source of the lock operation.

sourceNode

val sourceNode: ULong?

The node that performed the lock operation.

userIndex

val userIndex: UShort?

The user who performed the lock operation.