Skip to main content

Module groupcast

Module groupcast 

Source
Expand description

Matter TLV encoders and decoders for Groupcast Cluster Cluster ID: 0x0065

This file is automatically generated from Groupcast.xml

Structs§

GroupcastTestingEvent
LeaveGroupResponse
Membership

Enums§

GroupcastTestResult
GroupcastTesting
MulticastAddrPolicy

Functions§

configure_auxiliary_acl
Invoke ConfigureAuxiliaryACL command on cluster Groupcast.
decode_attribute_json
Decode attribute value and return as JSON string
decode_event_json
Decode event value and return as JSON string
decode_fabric_under_test
Decode FabricUnderTest attribute (0x0004)
decode_groupcast_testing_event
Decode GroupcastTesting event (0x00, priority: info)
decode_leave_group_response
Decode LeaveGroupResponse command response (02)
decode_max_mcast_addr_count
Decode MaxMcastAddrCount attribute (0x0002)
decode_max_membership_count
Decode MaxMembershipCount attribute (0x0001)
decode_membership
Decode Membership attribute (0x0000)
decode_used_mcast_addr_count
Decode UsedMcastAddrCount attribute (0x0003)
encode_command_json
encode_configure_auxiliary_acl
Encode ConfigureAuxiliaryACL command (0x04)
encode_groupcast_testing
Encode GroupcastTesting command (0x05)
encode_join_group
Encode JoinGroup command (0x00)
encode_leave_group
Encode LeaveGroup command (0x01)
encode_update_group_key
Encode UpdateGroupKey command (0x03)
get_attribute_list
Get list of all attributes supported by this cluster
get_command_list
get_command_name
get_command_schema
get_event_list
Get list of all events supported by this cluster
groupcast_testing
Invoke GroupcastTesting command on cluster Groupcast.
join_group
Invoke JoinGroup command on cluster Groupcast.
leave_group
Invoke LeaveGroup command on cluster Groupcast.
read_fabric_under_test
Read FabricUnderTest attribute from cluster Groupcast.
read_max_mcast_addr_count
Read MaxMcastAddrCount attribute from cluster Groupcast.
read_max_membership_count
Read MaxMembershipCount attribute from cluster Groupcast.
read_membership
Read Membership attribute from cluster Groupcast.
read_used_mcast_addr_count
Read UsedMcastAddrCount attribute from cluster Groupcast.
update_group_key
Invoke UpdateGroupKey command on cluster Groupcast.