113
CITIZEN UWP POS Print SDK - Programming Manual
*
When this SDK works with logging, it performs uncomfortably because a log file will be updated
at every method and accessing properties.
* Because of the following reasons or else, log data will not be stored without any notification.
- A folder where is not under the local folder is specified.
- A folder or file without permission is specified.
- A write-protected log file is already existing.
- Another program (such as a text editor) is using (locking) the log file.
- There is not enough space to store log data in the device.
4.4.2. List of Constants Predefined
No Type
Name
Data
type
Value
Description
1
Result/Error
CSC_SUCCESS
int
0 Successfully completed
CSC_E_CONNECTED
int
1001 Already connected
CSC_E_DISCONNECT
int
1002 Not connected
CSC_E_NOTCONNECT
int
1003 Failed to connect
CSC_E_CONNECT_OFFLINE
int
1005 Failed printer status
CSC_E_ILLEGAL
int
1101 Unsupported or invalid parameter
CSC_E_OFFLINE
int
1102 Off-line
CSC_E_FAILURE
int
1104 Process failure
2
Interface to connect CSC_PORT_WiFi
int
0 Network
CMP_PORT_Bluetooth
int
1 Bluetooth
3
Status
CSC_SUE_POWER_ONLINE
int
2001
Device is ready
CSC_SUE_POWER_OFF
int
2002
Connection fault or not connected
to the printer