|
Pol
Revision:cb584c9
|
#include <pktboth.h>
Public Types | |
| enum | { STATUS_NOTHING_BOUGHT = 0, STATUS_ITEMS_BOUGHT = 2 } |
Public Attributes | |
| struct { | |
| u32 item_serial | |
| u8 layer | |
| u16 number_bought | |
| } | items [1] |
| u16 | msglen |
| u8 | msgtype |
| u8 | status |
| u32 | vendor_serial |
| anonymous enum |
| u32 Pol::Core::PKTBI_3B::item_serial |
Definition at line 150 of file pktboth.h.
Referenced by Pol::Module::buyhandler(), Pol::Module::calculate_cost(), and Pol::Module::oldBuyHandler().
| struct { ... } Pol::Core::PKTBI_3B::items[1] |
Referenced by Pol::Module::buyhandler(), Pol::Module::calculate_cost(), and Pol::Module::oldBuyHandler().
| u16 Pol::Core::PKTBI_3B::msglen |
Definition at line 139 of file pktboth.h.
Referenced by Pol::Module::buyhandler(), Pol::Module::calculate_cost(), and Pol::Module::oldBuyHandler().
| u16 Pol::Core::PKTBI_3B::number_bought |
Definition at line 151 of file pktboth.h.
Referenced by Pol::Module::buyhandler(), Pol::Module::calculate_cost(), and Pol::Module::oldBuyHandler().
| u8 Pol::Core::PKTBI_3B::status |
Definition at line 141 of file pktboth.h.
Referenced by Pol::Module::buyhandler(), and Pol::Module::oldBuyHandler().
| u32 Pol::Core::PKTBI_3B::vendor_serial |
Definition at line 140 of file pktboth.h.
Referenced by Pol::Module::buyhandler(), and Pol::Module::oldBuyHandler().