Mixe for Privacy and Anonymity in the Internet
|
This structure holds information about known Payment Instances. More...
#include <CAAccountingSettleThread.hpp>
Public Attributes | |
t_paymentInstanceListNode * | next |
CACertificate * | pCertificate |
UINT32 | u32Port |
UINT8 | arstrPIID [256] |
UINT8 | arstrHost [256] |
This structure holds information about known Payment Instances.
Definition at line 44 of file CAAccountingSettleThread.hpp.
UINT8 t_paymentInstanceListNode::arstrHost[256] |
Definition at line 50 of file CAAccountingSettleThread.hpp.
UINT8 t_paymentInstanceListNode::arstrPIID[256] |
Definition at line 49 of file CAAccountingSettleThread.hpp.
t_paymentInstanceListNode* t_paymentInstanceListNode::next |
Definition at line 46 of file CAAccountingSettleThread.hpp.
CACertificate* t_paymentInstanceListNode::pCertificate |
Definition at line 47 of file CAAccountingSettleThread.hpp.
UINT32 t_paymentInstanceListNode::u32Port |
Definition at line 48 of file CAAccountingSettleThread.hpp.