107
CITIZEN UWP POS Print SDK - Programming Manual
4.3.5. 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 = scanner.GetVersionCode();