The following tables list the members exposed by Smartpens.
|
Name |
Description |
|
Occurs when a docked smartpen is caused programmatically to enter DFU (Device Firmware Update) mode. It is possible that your desktop application will not be running when the smartpen enters DFU mode. In that case, as soon as the application is started, this event will be sent-- once for each docked smartpen that has entered DFU mode. | |
|
Occurs when a smartpen in normal mode is docked. It occurs in two situations: (1) The desktop application is already running when smartpens are docked. This event is sent for each normal mode smartpen as it is docked. (2) The desktop application is not running when smartpens are docked. As soon as the desktop application is started, this event is sent--once for each normal mode smartpen that is already docked. | |
|
Occurs when a docked smartpen is programmatically detached (it is still physically connected to the desktop computer) in preparation for entering the DFU mode. | |
|
Occurs when a smartpen in normal mode is un-docked, or the PenComm Service is shut down. | |
|
Occurs when a smartpen is un-docked and the smartpen state is unknown. |
|
Name |
Description |
|
Enables or disables logging. The default log path is: [My Documents]\My Livescribe\Log\PenComm.log | |
|
The garbage collector will call the class destructor automatically. However, you can call the Destroy method manually, if you wish to control when resource deallocation occurs. | |
|
Triggers a forced pen find and waits for the find to complete. This will make sure that application will receive attach events for pens that have already attached before running the application. | |
|
Retrieves Smartpen object. | |
|
This is the overview for the Initialize method overload. | |
|
Create an entry in the PenComm log file. | |
|
Initializes a new instance of the Smartpens class. | |
|
Retrieves the client version of the PenComm client library. | |
|
Retrieves the version of the PenComm Service. |
|
Name |
Description |
|
Desktop application management. It is an ApplicationManagementobject. | |
|
The number of attached pens. Remember to call Find method first to locate any already attached pens. | |
|
A list of PenHandle objects as a read-only collection | |
|
A list of Smartpen objects in a read-only collection. |
Name |
Description |
Method type for a handler of the smartpen dock event or undock event. |