This section contains C# examples for performing common operations on the pen.
In most of the examples in this documentation, the method calls (such as Smartpen.DataGet, Smartpen.PropertyGet, Smartpen.ListSessions...) are put in try/catch block. The reason is that the methods can raise SDK Exceptions if error happens. See SmartpenExceptions for more detail about the SDK Exceptions.
Name |
Description |
To communicate with smartpen, application needs to initialize the PenComm Client Library by doing the following:
| |
| |
| |
To register the desktop application with the PenComm Service, do the following:
|