A structure containing Key / value pair that are attributes of the package. This structure is used by SmartpenPackages.SetAttribs to set additional package attributes.
[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; }