1# SaCommandParam 2 3 4## 概述 5 6sa命令参数。 7 8**起始版本:** 4.0 9 10**相关模块:**[HdfFingerprintAuth](_hdf_fingerprint_auth_v11.md) 11 12 13## 汇总 14 15 16### Public 属性 17 18| 名称 | 描述 | 19| -------- | -------- | 20| struct [SaCommandParamNone](_sa_command_param_none_fingerauth_v11.md)[none](#none) | sa命令参数为空。参考[SaCommandParamNone](_sa_command_param_none_fingerauth_v11.md)。 | 21| struct [SaCommandParamEnableSensorIllumination](_sa_command_param_enable_sensor_illumination_fingerauth_v11.md)[enableSensorIllumination](#enablesensorillumination) | sa命令参数是打开光斑使能。参考[SaCommandParamEnableSensorIllumination](_sa_command_param_enable_sensor_illumination_fingerauth_v11.md)。 | 22 23 24## 类成员变量说明 25 26 27### enableSensorIllumination 28 29``` 30struct SaCommandParamEnableSensorIllumination SaCommandParam::enableSensorIllumination 31``` 32**描述** 33 34sa命令参数是打开光斑使能。参考[SaCommandParamEnableSensorIllumination](_sa_command_param_enable_sensor_illumination_fingerauth_v11.md)。 35 36 37### none 38 39``` 40struct SaCommandParamNone SaCommandParam::none 41``` 42**描述** 43 44sa命令参数为空。参考[SaCommandParamNone](_sa_command_param_none_fingerauth_v11.md)。 45