Class generated from common/CommonMessages.msg
by opp_msgc.
More...
#include <CommonMessages_m.h>
Detailed Description
Class generated from common/CommonMessages.msg
by opp_msgc.
class AuthBlock
{
BinaryValue signature;
BinaryValue pubKey;
BinaryValue cert;
}
Definition at line 262 of file CommonMessages_m.h.
Constructor & Destructor Documentation
AuthBlock::AuthBlock |
( |
const AuthBlock & |
other | ) |
|
virtual AuthBlock::~AuthBlock |
( |
| ) |
|
|
virtual |
Member Function Documentation
void AuthBlock::copy |
( |
const AuthBlock & |
other | ) |
|
|
private |
virtual const BinaryValue& AuthBlock::getCert |
( |
| ) |
const |
|
inlinevirtual |
virtual const BinaryValue& AuthBlock::getPubKey |
( |
| ) |
const |
|
inlinevirtual |
virtual const BinaryValue& AuthBlock::getSignature |
( |
| ) |
const |
|
inlinevirtual |
bool AuthBlock::operator== |
( |
const AuthBlock & |
| ) |
|
|
protected |
virtual void AuthBlock::parsimPack |
( |
cCommBuffer * |
b | ) |
|
|
virtual |
virtual void AuthBlock::parsimUnpack |
( |
cCommBuffer * |
b | ) |
|
|
virtual |
virtual void AuthBlock::setCert |
( |
const BinaryValue & |
cert | ) |
|
|
virtual |
virtual void AuthBlock::setPubKey |
( |
const BinaryValue & |
pubKey | ) |
|
|
virtual |
virtual void AuthBlock::setSignature |
( |
const BinaryValue & |
signature | ) |
|
|
virtual |
Member Data Documentation
The documentation for this class was generated from the following file: