SDK Windows EloamView

初始化扫码器设备


Function:       BOOL InitScanner(void);
Description:    初始化扫码器设备
Input:          无
Output:         无   
Return:         成功返回TRUE,失败返回FALSE
Others:         无

 

反初始化扫码器设备


Function:       BOOL DeinitScanner(void);
Description:    反初始化扫码器设备
Input:          无
Output:         无   
Return:         成功返回TRUE,失败返回FALSE
Others:         无

 

打开扫码器端口


Function:       BOOL ScannerOpenPort(LONG port);
Description:    打开扫码器端口
Input:          port: 端口值,不确定端口值时应填0
Output:         无   
Return:         成功返回TRUE,失败返回FALSE
Others:         无

 

开关扫码器读数据


Function:       BOOL ScannerEnable(LONG flag);
Description:    开关扫码器读数据
Input:          flag: 关闭为0,开启为1
Output:         无   
Return:         成功返回TRUE,失败返回FALSE
Others:         无

 

获取扫码器读到的数据


Function:       BSTR ScannerGetData(void);
Description:    获取扫码器读到的数据
Input:          无
Output:         无   
Return:         扫码器读到的数据
Others:         无

 

关闭扫码器端口


Function:       BOOL ClosePort(void);
Description:    关闭扫码器端口
Input:          无
Output:         无   
Return:         成功返回TRUE,失败返回FALSE
Others:         无