DesktopSDK 0.7 - PenComm Library (C#) Documentation
ContentsIndexHome
PackageAttribPair Structure
PackageAttribPair Fields  PackageAttribPair Members  Classes

A structure containing Key / value pair that are attributes of the package. This structure is used by SmartpenPackages.SetAttribs to set additional package attributes. 

See PackageAttribPair Members

C#
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
public struct PackageAttribPair {
  public PenAPI.PackageAttribType attribType;
  [MarshalAs(UnmanagedType.ByValTStr, SizeConst = PenAPI.MAX_PACKAGE_ATTRIB_VAL_LEN)]
public string attribValue;
}
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.