#include <CoreBundle.h>
Inheritance diagram for tacpp::CoreBundle:
Public Member Functions | |
CoreBundle (const string, const string) | |
~CoreBundle () | |
bool | isBundle () |
ipaddr | getMgroup () |
unsigned int | getPort () |
int | getTtl () |
int | getPri () |
string | getKey () |
void | del () |
void | modifyMgroup (ipaddr) |
void | modifyPort (unsigned int) |
void | modifyKey (const string) |
void | modifyTtl (int) |
void | modifyPri (int) |
string | buildcfstr (int) |
string | applycf (char *const *mask, const string cmdname, const list< string >paramList, Command *cmd=NULL) throw (CmdErr) |
void | periodic () |
|
send info to CoreData constructor |
|
clear all - this is destructor |
|
apply object config changes Implements tacpp::Core_data. |
|
build config for bundle (only available for int=0 value) Implements tacpp::Core_data. |
|
delete bundle |
|
returns crypto key |
|
returns bundle group number |
|
returns bundle port number |
|
returns bundle priority |
|
returns bundle ttl value |
|
is bundle created? |
|
modify key |
|
change bundle group number |
|
change bundle port |
|
modify priority |
|
modify ttl |
|
check and send keepalive packet every 10 seconds to bundle |