24
CITIZEN UWP POS Print SDK - Programming Manual
Configure Capabilities
Open Package.appxmanifest in the Solution Explorer and open "Capabilities" tab (see below), check
"Bluetooth", "Internet (Clients)" and "Private Networks (Client & Server)".
Adding Namespace
A reference to the name space "com.citizen.sdk" must be stated at the top of the program source code.
In the case of C#:
using com.citizen.sdk;
In the case of Basic:
Imports com.citizen.sdk