public class ScanerLedLight extends java.lang.Object implements IScanerLedLight
Constructor and Description |
---|
ScanerLedLight() |
Modifier and Type | Method and Description |
---|---|
void |
closeAuxiliaryLight(Context context)
关闭扫描辅助灯,目前只支持C70系列
Switch on scanning light, support C70 series only |
static ScanerLedLight |
getInstance()
获取LED灯操作实例
Acquire LED light operation example |
void |
openAuxiliaryLight(Context context)
打开扫描辅助灯,目前只支持C70系列
Switch on scanning light, support C70 series only |
public static ScanerLedLight getInstance()
public void openAuxiliaryLight(Context context)
IScanerLedLight
openAuxiliaryLight
in interface IScanerLedLight
public void closeAuxiliaryLight(Context context)
IScanerLedLight
closeAuxiliaryLight
in interface IScanerLedLight