81
CITIZEN UWP POS Print SDK - Programming Manual
3.3.4. DisconnectAsync method
Syntax
Task<int> DisconnectAsync ()
Parameter
Not exist.
Description
This method is used to disconnect the line display connection.
When the end of the line display or some kind of errors occurs, please disconnect the connection by the
execution of this method.
Return value
Return CDP_SUCCESS(0) in success. Please refer to "
"" for the error code except it.
Example
await display.DisconnectAsync();