Matter::Controller::FabricInfo
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(fabric_id : UInt64, controller_node_id : UInt64, ipk_value_hex : String, root_cert_hex : String, root_public_key_hex : String, controller_noc_hex : String, controller_private_key_hex : String, admin_vendor_id : UInt16 = 65521_u16)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
admin_vendor_id
Sourcecontroller_noc
Sourcecontroller_node_id
Sourcecontroller_private_key
Sourcecontroller_private_key_hex
Sourcefabric_id
Sourceipk_value
Sourceroot_cert
Sourceroot_public_key
Source