| Description | 
                                                         | 
                                                
                                                    | Notes |  | 
                                                
                                                    | Parameter Name | Data Type | Description | 
                                                
                                                    | Field Length | u8 | 3 + 1*requested_count | 
                                                
                                                    | Descriptor | u8 | 0x2D | 
                                                
                                                    | Requested Count | u8 | Number of entries requested. If 0, requests all action slots. | 
                                                
                                                    | Requested Instances | u8[requested_count] | List of action instances to query. | 
                                                
                                                    | Ack/Nack Reply | See standard MIP ack/nack reply format. | 
                                                
                                                    | Response Data | Data Type | Description | 
                                                
                                                    | Response Length | u8 | 3 + 2*count | 
                                                
                                                    | Response Descriptor | u8 | 0xB7 | 
                                                
                                                    | Count | u8 | Number of entries requested. If requested_count was 0, this is the number of supported action slots. | 
                                                
                                                    | Actions | Entry[count] | A list of the configured actions. Entries are in the order requested, or in increasing order if count was 0. |