Expand description
Matter TLV encoders and decoders for Groupcast Cluster Cluster ID: 0x0065
This file is automatically generated from Groupcast.xml
Structs§
Enums§
Functions§
- configure_
auxiliary_ acl - Invoke
ConfigureAuxiliaryACLcommand on clusterGroupcast. - 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
GroupcastTestingcommand on clusterGroupcast. - join_
group - Invoke
JoinGroupcommand on clusterGroupcast. - leave_
group - Invoke
LeaveGroupcommand on clusterGroupcast. - read_
fabric_ under_ test - Read
FabricUnderTestattribute from clusterGroupcast. - read_
max_ mcast_ addr_ count - Read
MaxMcastAddrCountattribute from clusterGroupcast. - read_
max_ membership_ count - Read
MaxMembershipCountattribute from clusterGroupcast. - read_
membership - Read
Membershipattribute from clusterGroupcast. - read_
used_ mcast_ addr_ count - Read
UsedMcastAddrCountattribute from clusterGroupcast. - update_
group_ key - Invoke
UpdateGroupKeycommand on clusterGroupcast.