DoorLockTrait.SetAliroReaderConfigCommand.Request

class DoorLockTrait.SetAliroReaderConfigCommand.Request : ClusterStruct


Summary

Nested types

Descriptor enum for this command's request fields.

Public constructors

Request(
    signingKey: ByteArray,
    verificationKey: ByteArray,
    groupIdentifier: ByteArray,
    groupResolvingKey: OptionalValue<ByteArray>
)

Public functions

open StructDescriptor

Returns the descriptor for the struct.

open Any?

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

Public constructors

Request

Request(
    signingKey: ByteArray = ByteArray(0),
    verificationKey: ByteArray = ByteArray(0),
    groupIdentifier: ByteArray = ByteArray(0),
    groupResolvingKey: OptionalValue<ByteArray> = OptionalValue.absent()
)

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

groupIdentifier

val groupIdentifierByteArray

groupResolvingKey

val groupResolvingKeyOptionalValue<ByteArray>

signingKey

val signingKeyByteArray

verificationKey

val verificationKeyByteArray