#include <CoreDevice.h>
Public Member Functions | |
DeviceUser_data (const string, const string, const string, const ipaddr, const ipaddr, const db_user) | |
DeviceUser_data () | |
~DeviceUser_data () | |
void | update (const string, const string, const ipaddr) |
void | update () |
void | setActive () |
bool | isActive () |
bool | isExpired () |
void | setPresent (const bool) |
bool | isPresent () |
string | getUsername () |
bool | compareUsername (const string) |
string | getPort () |
bool | comparePort (const string) |
string | getPhone () |
ipaddr | getUserAddr () |
db_user | getDbData () |
ipaddr | getNasAddr () |
bool | compareNasAddr (const ipaddr) |
bool | match_time (const time_t) |
void | operator= (DeviceUser_data) |
|
store information |
|
set default information |
|
free user information |
|
compare device addresses |
|
compare portnames |
|
compare username with this |
|
get database data stored inside |
|
get network device address |
|
get from phone information |
|
get port information |
|
get user ip addr information |
|
get username information |
|
is this user active? |
|
is this user expired |
|
get present flag |
|
is permitted user work time ? |
|
copy constructor |
|
set active flag |
|
set present flag |
|
update last time of entry |
|
update user information |