---
title: SendStatusResponseCallback
description: "定义了一个函数对象类型SendStatusResponseCallback，它接受三个参数，类型为InferRequestId， Status和StatusResponseType，并且没有返回值。"
url: https://www.hiascend.com/document/detail/zh/mindie/latest/mindiellm/llmdev/mindie_llm0158.html
sourcePath: /source/zh/mindie/310/mindiellm/llmdev/mindie_llm0158.html
indexId: ab4aa3aec9f8af9784903042f4f6735c60ee3c9e46d03ccc3193bd6ef3e45ed258
---
# SendStatusResponseCallback

#### 函数功能

定义了一个函数对象类型SendStatusResponseCallback，它接受三个参数，类型为InferRequestId， Status和StatusResponseType，并且没有返回值。


#### 函数格式

```
using SendStatusResponseCallback = std::function<void(InferRequestId, Status, StatusResponseType)>;
```
