EasyManua.ls Logo

DSIC DS3 - 12 Camera Flash LED Lighting Control

DSIC DS3
55 pages
Print Icon
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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.
DS_CommonAPI.DLL
DSIC_RFSetPower(TRUE)
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();
CFReader.DLL
DS_CommonAPI.DLL
DSIC_RFSetPower(FALSE);

Related product manuals