96
CITIZEN UWP POS Print SDK - Programming Manual
3.3.19. GetVersionCode method
Syntax
int GetVersionCode ()
Parameter
Not exist.
Description
This method is used to get a numerical value for the version number of this SDK.
Return value
Return a numerical value for the version number of this SDK. (Ver1.00 is 100)
Example
int vno = display.GetVersionCode();