public bool Update(); public bool Update(PenAPI.ProgressCallback callback, object userData); public bool Update(PenAPI.ProgressCallback callback, object userData, ServiceHandle serviceHandle);
Parameters |
Description |
PenAPI.ProgressCallback callback |
The callback for providing transfer progress. For the signature of this callback, see Livescribe.DesktopSDK.PenComm.Interop.PenAPI.ProgressCallback, PenAPI.ProgressCallback |
object userData |
User specified object that is provided in the callback. |
ServiceHandle serviceHandle |
The ServiceHandle for communcating with the smartpen. |
true indicates success