Skip to main content

Module network_identity_management

Module network_identity_management 

Source
Expand description

Matter TLV encoders and decoders for Network Identity Management Cluster Cluster ID: 0x0450

This file is automatically generated from NetworkIdentityManagement.xml

Structs§

ActiveNetworkIdentity
AddClientResponse
Client
ExportAdminSecretResponse
QueryIdentityResponse

Enums§

IdentityType

Functions§

add_client
Invoke AddClient command on cluster Network Identity Management.
decode_active_network_identities
Decode ActiveNetworkIdentities attribute (0x0000)
decode_add_client_response
Decode AddClientResponse command response (01)
decode_attribute_json
Decode attribute value and return as JSON string
decode_client_table_size
Decode ClientTableSize attribute (0x0002)
decode_clients
Decode Clients attribute (0x0001)
decode_export_admin_secret_response
Decode ExportAdminSecretResponse command response (42)
decode_query_identity_response
Decode QueryIdentityResponse command response (04)
encode_add_client
Encode AddClient command (0x00)
encode_command_json
encode_import_admin_secret
Encode ImportAdminSecret command (0x40)
encode_query_identity
Encode QueryIdentity command (0x03)
encode_remove_client
Encode RemoveClient command (0x02)
export_admin_secret
Invoke ExportAdminSecret command on cluster Network Identity Management.
get_attribute_list
Get list of all attributes supported by this cluster
get_command_list
get_command_name
get_command_schema
import_admin_secret
Invoke ImportAdminSecret command on cluster Network Identity Management.
query_identity
Invoke QueryIdentity command on cluster Network Identity Management.
read_active_network_identities
Read ActiveNetworkIdentities attribute from cluster Network Identity Management.
read_client_table_size
Read ClientTableSize attribute from cluster Network Identity Management.
read_clients
Read Clients attribute from cluster Network Identity Management.
remove_client
Invoke RemoveClient command on cluster Network Identity Management.