# iFlowStatus

Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/i_flow_status.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/i_flow_status.html)

**Java**

    public interface IflowStatus
    { void onValues() }Copy to clipboard

**Native**

    typedef void (*dpp_flowStatus) ();Copy to clipboard

## Parameters

| Parameters | API type | Data type | Description |
| --- | --- | --- | --- |
| id | Java | long | Flow ID. |
| Native | uint\_32\_t |
| status | Java | flowStatusEnum | Enum indicating the current status of the flow<br>                                    (Flow status). |
| Native | dpp\_flowStatusEnum |
| statusString | Java | String | String providing additional information on any<br>                                errors to help in debugging. |
| Native | std::string |

**Parent Topic:** DPP subsystem callback interfaces

Last Published: Nov 14, 2024

Previous Topic
 
DPP subsystem callback interfaces Next Topic

DPP enums