RZ-X750 (serv.man6). RZ-X750 OPOS User's Reference guide V1.32 - Sharp EPOS Service Manual (repair manual). Page 29

Read Sharp RZ-X750 (serv.man6) Service Manual online

Line Display 
 
 
27 
SHARP 
 
Example
 
 
[Visual Basic] 
Private WithEvents oLineDisplay As OPOSLineDisplay 
 
Set oLineDisplay = New OPOSLineDisplay 
 
// Open 
RetVal = oLineDisplay.Open("DefaultLineDisplay") 
 
// Claim 
RetVal = oLineDisplay.ClaimDevice(50) 
 
// Enable     
oLineDisplay.DeviceEnabled = True 
 
// DataEvent Enable 
oMSR.DataEventEnabled = True 
 
// DisplayText 
RetVal = oLineDisplay.displayText(“Display test”, 
DISP_DT_NORMAL
 
// DisplayTextAt 1Line 
RetVal = oLineDisplay.DisplayTextAt(0, 0, “Display Line1 test”, 
DISP_DT_NORMAL
 
// DisplayTextAt 2Line 
RetVal = oLineDisplay.DisplayTextAt(1, 0, “Display Line2 test”, 
DISP_DT_NORMAL
 
// ClearText 
oLineDisplay.ClearText 
 
// Disable 
oLineDisplay.DeviceEnabled = False 
 
// Release 
RetVal = oLineDisplay.ReleaseDevice 
 
// Close 
Page of 40
Display

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