Product: DS3 SPMDS3111101
55
- RFID Control Flow
12. Camera Flash LED lighting Control
Windows Mobile (Windows Embedded Handheld)
Use [Common Lib DLL] and below function.
· DLL Folder Location: SDK\Sorting by OS\Windows Mobile
DS_CommonAPI.dll
DSAPI_EXC DSAPI BOOL DSAPISetCameraFlashOnOff(BOOL bOn);
Manual has included in sample source.
presetSettings psSettings;
psSettings.baudRate = 9600;
psSettings.protocol = 0;
RDR_OpenSingle("COM3",0,0,&psSettings)
RDR_EmptyCommRcvBuffer();
RDR_SendCommandGetData("pon","", buffer);
RDR_SendCommandGetDataTimeout("s","", buffer, 2000);
RDR_SendCommandGetData("poff","", buffer);
RDR_CloseReader();
RDR_CloseComm();