TRST-A10/TRST-A15 POS Printer OPOS Control Application User’s Manual
TOSHIBA TEC CORPORATION EAA-02450
100
Method
Value
ResultCode
ResultCodeExtended
Meaning
Error Handling
Illegal value
Check the
Station
parameter
value.
Failed to create system resource.
(Failed to secure the memory area.)
Restart the POS system.
Need investigation if the same
error repeats.
OPOS_E_ILLEGAL
0
An escape sequence which specifies
an unsupported value to “#” was
detected. The value is rounded to the
nearest supported value.
Check the escape sequence
specified by the Data parameter.
ValidateData
OPOS_E_FAILURE
0
Failure such as illegal escape
sequence (format error) or
unsupported escape sequence
Check the escape sequence
specified by the Data parameter.
OPOS_SUCCESS
0
Completed successfully
–
OPOS_E_CLOSED
0
The device is closed.
Open the device using the Open
method.
OPOS_E_NOTCLAIMED
0
Does not have exclusive access to the
device.
Obtain the exclusive access using
the Claim (ClaimDevice) method.
OPOS_E_DISABLED
0
The device is disabled.
Set the DeviceEnabled property to
TRUE to enable the device.
OPOS_E_ILLEGAL
0
Illegal value
Check the parameter value.
SetBitmap
OPOS_E_NOEXIST
0
The file does not exist.
Check the filename.