struct
Matter::Cluster::OperationalCredentialsCluster::AddNOCCommand
- Matter::Cluster::OperationalCredentialsCluster::AddNOCCommand
- Struct
- Value
- Object
Overview
AddNOC command (0x06)
Defined in:
matter/cluster/operational_credentials_cluster.crConstructors
Instance Method Summary
- #admin_vendor_id : UInt16
- #admin_vendor_id=(admin_vendor_id : UInt16)
- #case_admin_subject : UInt64
- #case_admin_subject=(case_admin_subject : UInt64)
- #icac_value : Bytes | Nil
- #icac_value=(icac_value : Bytes | Nil)
- #ipk_value : Bytes
- #ipk_value=(ipk_value : Bytes)
- #noc_value : Bytes
- #noc_value=(noc_value : Bytes)
Constructor Detail
def self.new(noc_value : Bytes, icac_value : Bytes | Nil, ipk_value : Bytes, case_admin_subject : UInt64, admin_vendor_id : UInt16)
#