RZ-X655 (serv.man3). RZ-X655 730 series OPOS User's Reference 1.0 guide - Sharp EPOS Specification (repair manual). Page 37

Read Sharp RZ-X655 (serv.man3) Specification online

Appendix 
 
 
35 
 
SHARP 
 
Example
 
 
[Visual Basic] 
 
Private WithEvents oScn As OPOSScanner 
 
Set oScan = New OPOSScanner 
 
// Open 
RetVal = oScan.Open("DefaultScanner") 
 
// Claim 
RetVal = oScan.ClaimDevice(50) 
 
// Enable     
oScan.DeviceEnabled = True 
 
// DataEvent Enable 
oScan.DataEventEnabled = True 
 
// DataEvent 
Private Sub oScan_DataEvent(ByVal newVal As Long) 
ScnData = oScan.ScanData 
oScan.DataEventEnabled = True 
End Sub 
 
// Disable 
oScan.DeviceEnabled = False 
 
// Release 
RetVal = oScan.ReleaseDevice 
 
// Close 
RetVal = oScan.Close 
Page of 40
Display

Click on the first or last page to see other RZ-X655 (serv.man3) service manuals if exist.