|
|||
|
|||
|
#include <m_hash.h>
Inheritance diagram for HashHexRequest:


Public Member Functions | |
| HashHexRequest (Module *Me, Module *Target, const char *sdata) | |
| Initialize HashHexRequest for sending. | |
You should make sure you know the state of the module before you send this class, e.g. by first sending an HashResetRequest class. The default value for the hex sequence is "0123456789abcdef". Only in very special circumstances should you need to change the hex sequence (see for example m_cloaking.cpp).
Example:
static const char tab[] = "fedcba9876543210"; HashHexRequest(this, HashModule, tab);
Definition at line 181 of file m_hash.h.
|
||||||||||||||||
|
Initialize HashHexRequest for sending.
|