Signatures of callbacks that your code may need to implement when communicating with smartpens. Callbacks are primarily concerned with the transfer of data and commands between the desktop application and smartpens.
Name |
Description |
Callback for new data from a package of interest. See ApplicationManagement.RegisterDataCallback. This callback is invoked when new data is found for a registered package of interest (associated package). It is also sent when the smartpen docks. The data is sent in multiple callbacks. The dataInfo parameter has a buffer that is a maximum of 1008 bytes (max packet size - 16 byte header). No callback will deliver more than that amount of data. Data is zip compressed and transferred directly from the smartpen. | |
Callback for data returned in Smartpen.DataCommand. | |
This is a generic callback used for progress reporting in the following functions: Smartpen.DataGet, Smartpen.ListSessions, Smartpen.DataCommand, SmartpenChangeList.Update, SmartpenHardware.Update and SmartpenPackages.Update. |