91
CITIZEN UWP POS Print SDK - Programming Manual
3.3.14. DisplayDataAsync method
Syntax
Task<int> DisplayDataAsync (byte[] data)
Parameter
The meanings and settable values of the parameters are as follows.
Element
Meaning
Settable range
data
Send data
Description
This method is used to transmit byte data as it is to the device.
Be careful not to affect other methods when using it.
Return value
Return CDP_SUCCESS (0) in success. Please refer to "
"" for the error code except it.
Example
// Execute self test
res = await display.DisplayData(new byte[]{0x1f, 0x40});