DesktopSDK 0.7 - PenData Library (C#) Documentation
ContentsIndexHome
InstanceItem Class
InstanceItem Methods  InstanceItem Properties  InstanceItem Members  Penlet Data

Supports your desktop application in accessing penlet data from a desktop Container

This class represents the instance item, which is the runtime instance of a penlet on the smartpen. Since the smartpen can execute multiple instances of a penlet simultaneously, each instance has a unique ID. Instance IDs are unique within a given smartpen, but may be repeated from one smartpen to another. In the container, an instance item is identified by a path like this: userdata\[Pen Serial]\[Penlet Name]\[InstanceId]. Instance IDs are integers generated by the smartpen system firmware. 

Each InstanceItem object contains one or more individual data files, arranged in a hierarchy of directories and files. Use the InstanceItem.OpenStream method to open individual data files. 

See InstanceItem Members

 

See Structure of Penlet data file, List Packages Example, AppItem

C#
public class InstanceItem : IEnumerable;
File

InstanceItem.cs

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright © 2010 Livescribe, Inc. All rights reserved.