Item Information Table
The following code block shows the data structure for the item information table
structure.
typedef struct _ST_ITEM_INFO {
STF_U8 u8Cnt;
STF_U8 u8Idx;
STF_CHAR szInfo[ITEM_INFO_MAX][128];
} ST_ITEM_INFO , *PST_ITEM_INFO;
The following table describes the fields in the above code block.
Field | Description |
---|---|
u8Cnt | Indicate the amount of items in this table |
u8Idx | Not used |
szInfo | Storage array of char type string information |