1# ISaCommandCallback
2
3
4## 概述
5
6定义异步API接口回调,可以发送命令给SA。见[IExecutor](interface_i_executor_fingerauth_v11.md)。
7
8**起始版本:** 4.0
9
10**相关模块:**[HdfFingerprintAuth](_hdf_fingerprint_auth_v11.md)
11
12
13## 汇总
14
15
16### Public 成员函数
17
18| 名称 | 描述 |
19| -------- | -------- |
20| [OnSaCommands](#onsacommands) ([in] struct [SaCommand](_sa_command_fingerauth_v11.md)[] commands) | 定义SA命令过程回调函数。  |
21
22
23## 成员函数说明
24
25
26### OnSaCommands()
27
28```
29ISaCommandCallback::OnSaCommands ([in] struct SaCommand[] commands)
30```
31**描述**
32
33定义SA命令过程回调函数。
34
35**起始版本:** 4.0
36
37**参数:**
38
39| 名称 | 描述 |
40| -------- | -------- |
41| commands | SA命令见 [SaCommand](_sa_command_fingerauth_v11.md)。 |
42
43**返回:**
44
450 表示操作成功。
46
47非0 表示操作失败。
48