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
public class InstanceItem : IEnumerable;
InstanceItem.cs