_AlpPostalProperty Struct Reference
[Types]

#include <postal_types.h>


Detailed Description

Defines the Postal Common Property.


Data Fields

alp_postal_property_id_t id
AlpPostalPropertyitsNext
AlpPostalPropertyitsPrev
uint16_t size
union {
   uint8_t   asBinary [1]
   bool   asBool
   alp_postal_time_t   asDate
   uint32_t   asInteger
   char   asString [1]
value


Field Documentation

uint8_t asBinary[1]
 

String property (C String (NULL Terminated) encoded in UTF-8).

bool asBool
 

Integer property.

alp_postal_time_t asDate
 

Boolean property.

uint32_t asInteger
 

char asString[1]
 

Date & time property.

alp_postal_property_id_t id
 

AlpPostalProperty* itsNext
 

AlpPostalProperty* itsPrev
 

uint16_t size
 

The Property key.

union { ... } value
 

A Property value.


The documentation for this struct was generated from the following file:
Generated on Wed Jul 30 07:06:41 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.